Html Css Color HEX #D66BCD Orchid

📋 copy color: '#D66BCD'

red 214 ◦ green 107 ◦ blue 205

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

Shades of Orchid #D66BCD

Tints of Orchid #D66BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 40.68%
G = 20.34%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66BCD (or 0xD66BCD) is known color: Orchid. HEX triplet: D6, 6B and CD. RGB value is (214,107,205). Sum of RGB (Red+Green+Blue) = 214+107+205=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BCD is #299432. Grayscale: #959595. Windows color (decimal): -2724915 or 13462486. OLE color: 13462486.

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

Color convert

RGB 214 107 205 -
CMYK 0 0.50 0.04 0.16
HSL 305.05º 0.57% 0.63% -
HSV(B) 305.05º 0.5% 0.84% -
XYZ 44.01 29.22 61.08 -
YUV 150.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 214 107 205 0 0.50 0.04 0.16 305.05 0.57 0.63
Hex D6 6B CD 0 32 4 10 131 39 3F
Octal 326 153 315 0 62 4 20 461 71 77
Binary 11010110 1101011 11001101 0 110010 100 10000 100110001 111001 111111

Color Harmonies of #D66BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BCD

Black with #D66BCD

Text Example


Text Example

White with #D66BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BCD; }

 p { color: rgb(214,107,205); }

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

background-color css

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

 a { background-color: rgb(214,107,205); }

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

border-color css

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

 span { border-color: rgb(214,107,205); }

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