Html Css Color HEX #D66BDE Orchid

📋 copy color: '#D66BDE'

red 214 ◦ green 107 ◦ blue 222

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

Shades of Orchid #D66BDE

Tints of Orchid #D66BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 39.41%
G = 19.71%
B = 40.88%

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

#D66BDE (or 0xD66BDE) is known color: Orchid. HEX triplet: D6, 6B and DE. RGB value is (214,107,222). Sum of RGB (Red+Green+Blue) = 214+107+222=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #D66BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDE is #299421. Grayscale: #979797. Windows color (decimal): -2724898 or 14576598. OLE color: 14576598.

HSL color Cylindrical-coordinate representation of color #D66BDE: hue angle of 295.83º 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 #D66BDE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 107 222 -
CMYK 0.04 0.52 0 0.13
HSL 295.83º 0.64% 0.65% -
HSV(B) 295.83º 0.52% 0.87% -
XYZ 46.17 30.09 72.48 -
YUV 152.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 214 107 222 0.04 0.52 0 0.13 295.83 0.64 0.65
Hex D6 6B DE 4 34 0 D 128 40 41
Octal 326 153 336 4 64 0 15 450 100 101
Binary 11010110 1101011 11011110 100 110100 0 1101 100101000 1000000 1000001

Color Harmonies of #D66BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BDE

Black with #D66BDE

Text Example


Text Example

White with #D66BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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