Html Css Color HEX #D66DC6 Orchid

📋 copy color: '#D66DC6'

red 214 ◦ green 109 ◦ blue 198

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

Shades of Orchid #D66DC6

Tints of Orchid #D66DC6

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

 GREEN value IS 109 (42.97% from 255) = 20.92%

 BLUE value IS 198 (77.73% from 255) = 38%

R = 41.07%
G = 20.92%
B = 38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66DC6 (or 0xD66DC6) is known color: Orchid. HEX triplet: D6, 6D and C6. RGB value is (214,109,198). Sum of RGB (Red+Green+Blue) = 214+109+198=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DC6 is #299239. Grayscale: #969696. Windows color (decimal): -2724410 or 13004246. OLE color: 13004246.

HSL color Cylindrical-coordinate representation of color #D66DC6: hue angle of 309.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DC6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 198 -
CMYK 0 0.49 0.07 0.16
HSL 309.14º 0.56% 0.63% -
HSV(B) 309.14º 0.49% 0.84% -
XYZ 43.39 29.31 56.8 -
YUV 150.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 214 109 198 0 0.49 0.07 0.16 309.14 0.56 0.63
Hex D6 6D C6 0 31 7 10 135 38 3F
Octal 326 155 306 0 61 7 20 465 70 77
Binary 11010110 1101101 11000110 0 110001 111 10000 100110101 111000 111111

Color Harmonies of #D66DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DC6

Black with #D66DC6

Text Example


Text Example

White with #D66DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DC6; }

 p { color: rgb(214,109,198); }

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

background-color css

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

 a { background-color: rgb(214,109,198); }

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

border-color css

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

 span { border-color: rgb(214,109,198); }

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