Html Css Color HEX #D66CC6 Orchid

📋 copy color: '#D66CC6'

red 214 ◦ green 108 ◦ blue 198

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

Shades of Orchid #D66CC6

Tints of Orchid #D66CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

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

R = 41.15%
G = 20.77%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66CC6 (or 0xD66CC6) is known color: Orchid. HEX triplet: D6, 6C and C6. RGB value is (214,108,198). Sum of RGB (Red+Green+Blue) = 214+108+198=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC6 is #299339. Grayscale: #959595. Windows color (decimal): -2724666 or 13003990. OLE color: 13003990.

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

Color convert

RGB 214 108 198 -
CMYK 0 0.50 0.07 0.16
HSL 309.06º 0.56% 0.63% -
HSV(B) 309.06º 0.5% 0.84% -
XYZ 43.29 29.1 56.76 -
YUV 149.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 214 108 198 0 0.50 0.07 0.16 309.06 0.56 0.63
Hex D6 6C C6 0 32 7 10 135 38 3F
Octal 326 154 306 0 62 7 20 465 70 77
Binary 11010110 1101100 11000110 0 110010 111 10000 100110101 111000 111111

Color Harmonies of #D66CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CC6

Black with #D66CC6

Text Example


Text Example

White with #D66CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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