Html Css Color HEX #D66CC4 Orchid

📋 copy color: '#D66CC4'

red 214 ◦ green 108 ◦ blue 196

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

Shades of Orchid #D66CC4

Tints of Orchid #D66CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 41.31%
G = 20.85%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D66CC4 (or 0xD66CC4) is known color: Orchid. HEX triplet: D6, 6C and C4. RGB value is (214,108,196). Sum of RGB (Red+Green+Blue) = 214+108+196=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC4 is #29933B. Grayscale: #959595. Windows color (decimal): -2724668 or 12872918. OLE color: 12872918.

HSL color Cylindrical-coordinate representation of color #D66CC4: hue angle of 310.19º 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 #D66CC4 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 196 -
CMYK 0 0.50 0.08 0.16
HSL 310.19º 0.56% 0.63% -
HSV(B) 310.19º 0.5% 0.84% -
XYZ 43.06 29.01 55.55 -
YUV 149.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 214 108 196 0 0.50 0.08 0.16 310.19 0.56 0.63
Hex D6 6C C4 0 32 8 10 136 38 3F
Octal 326 154 304 0 62 10 20 466 70 77
Binary 11010110 1101100 11000100 0 110010 1000 10000 100110110 111000 111111

Color Harmonies of #D66CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CC4

Black with #D66CC4

Text Example


Text Example

White with #D66CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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