Html Css Color HEX #D869CD Orchid

📋 copy color: '#D869CD'

red 216 ◦ green 105 ◦ blue 205

#D869CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D869CD

Tints of Orchid #D869CD

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

 GREEN value IS 105 (41.41% from 255) = 19.96%

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 41.06%
G = 19.96%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D869CD (or 0xD869CD) is known color: Orchid. HEX triplet: D8, 69 and CD. RGB value is (216,105,205). Sum of RGB (Red+Green+Blue) = 216+105+205=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D869CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869CD is #279632. Grayscale: #959595. Windows color (decimal): -2594355 or 13461976. OLE color: 13461976.

HSL color Cylindrical-coordinate representation of color #D869CD: hue angle of 305.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869CD is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 205 -
CMYK 0 0.51 0.05 0.15
HSL 305.95º 0.59% 0.63% -
HSV(B) 305.95º 0.51% 0.85% -
XYZ 44.39 29.11 61.04 -
YUV 149.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 216 105 205 0 0.51 0.05 0.15 305.95 0.59 0.63
Hex D8 69 CD 0 33 5 F 132 3B 3F
Octal 330 151 315 0 63 5 17 462 73 77
Binary 11011000 1101001 11001101 0 110011 101 1111 100110010 111011 111111

Color Harmonies of #D869CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869CD

Black with #D869CD

Text Example


Text Example

White with #D869CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869CD; }

 p { color: rgb(216,105,205); }

 H1.HeaderClassName
 {
   color: #D869CD;
 }
 .AnyTagClassName
 {
   color: #D869CD;
 }
</style>

background-color css

<style>
 a { background-color: #D869CD; }

 a { background-color: rgb(216,105,205); }

 div.DivClassName
 {
   background-color: #D869CD;
 }
 .BgClassName
 {
   background-color: #D869CD;
 }
</style>

border-color css

<style>
 span { border-color: #D869CD; }

 span { border-color: rgb(216,105,205); }

 td.TdClassName
 {
   border-color: #D869CD;
 }
 .TagClassName
 {
   border-color: #D869CD;
 }
</style>