Html Css Color HEX #D66CCF Orchid

📋 copy color: '#D66CCF'

red 214 ◦ green 108 ◦ blue 207

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

Shades of Orchid #D66CCF

Tints of Orchid #D66CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 40.45%
G = 20.42%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D66CCF (or 0xD66CCF) is known color: Orchid. HEX triplet: D6, 6C and CF. RGB value is (214,108,207). Sum of RGB (Red+Green+Blue) = 214+108+207=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCF is #299330. Grayscale: #969696. Windows color (decimal): -2724657 or 13593814. OLE color: 13593814.

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

Color convert

RGB 214 108 207 -
CMYK 0 0.50 0.03 0.16
HSL 303.96º 0.56% 0.63% -
HSV(B) 303.96º 0.5% 0.84% -
XYZ 44.36 29.53 62.39 -
YUV 150.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 214 108 207 0 0.50 0.03 0.16 303.96 0.56 0.63
Hex D6 6C CF 0 32 3 10 130 38 3F
Octal 326 154 317 0 62 3 20 460 70 77
Binary 11010110 1101100 11001111 0 110010 11 10000 100110000 111000 111111

Color Harmonies of #D66CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CCF

Black with #D66CCF

Text Example


Text Example

White with #D66CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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