Html Css Color HEX #D66CDF Orchid

📋 copy color: '#D66CDF'

red 214 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D66CDF

Tints of Orchid #D66CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 39.27%
G = 19.82%
B = 40.92%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66CDF (or 0xD66CDF) is known color: Orchid. HEX triplet: D6, 6C and DF. RGB value is (214,108,223). Sum of RGB (Red+Green+Blue) = 214+108+223=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CDF is #299320. Grayscale: #989898. Windows color (decimal): -2724641 or 14642390. OLE color: 14642390.

HSL color Cylindrical-coordinate representation of color #D66CDF: hue angle of 295.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66CDF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 108 223 -
CMYK 0.04 0.52 0 0.13
HSL 295.3º 0.64% 0.65% -
HSV(B) 295.3º 0.52% 0.87% -
XYZ 46.41 30.35 73.22 -
YUV 152.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 214 108 223 0.04 0.52 0 0.13 295.3 0.64 0.65
Hex D6 6C DF 4 34 0 D 127 40 41
Octal 326 154 337 4 64 0 15 447 100 101
Binary 11010110 1101100 11011111 100 110100 0 1101 100100111 1000000 1000001

Color Harmonies of #D66CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CDF

Black with #D66CDF

Text Example


Text Example

White with #D66CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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