Html Css Color HEX #D66CE6 Orchid

📋 copy color: '#D66CE6'

red 214 ◦ green 108 ◦ blue 230

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

Shades of Orchid #D66CE6

Tints of Orchid #D66CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 38.77%
G = 19.57%
B = 41.67%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D66CE6 (or 0xD66CE6) is known color: Orchid. HEX triplet: D6, 6C and E6. RGB value is (214,108,230). Sum of RGB (Red+Green+Blue) = 214+108+230=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #D66CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CE6 is #299319. Grayscale: #999999. Windows color (decimal): -2724634 or 15101142. OLE color: 15101142.

HSL color Cylindrical-coordinate representation of color #D66CE6: hue angle of 292.13º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66CE6 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 108 230 -
CMYK 0.07 0.53 0 0.10
HSL 292.13º 0.71% 0.66% -
HSV(B) 292.13º 0.53% 0.9% -
XYZ 47.38 30.73 78.3 -
YUV 153.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 214 108 230 0.07 0.53 0 0.10 292.13 0.71 0.66
Hex D6 6C E6 7 35 0 A 124 47 42
Octal 326 154 346 7 65 0 12 444 107 102
Binary 11010110 1101100 11100110 111 110101 0 1010 100100100 1000111 1000010

Color Harmonies of #D66CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CE6

Black with #D66CE6

Text Example


Text Example

White with #D66CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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