Html Css Color HEX #D66BDD Orchid

📋 copy color: '#D66BDD'

red 214 ◦ green 107 ◦ blue 221

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

Shades of Orchid #D66BDD

Tints of Orchid #D66BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 39.48%
G = 19.74%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66BDD (or 0xD66BDD) is known color: Orchid. HEX triplet: D6, 6B and DD. RGB value is (214,107,221). Sum of RGB (Red+Green+Blue) = 214+107+221=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDD is #299422. Grayscale: #979797. Windows color (decimal): -2724899 or 14511062. OLE color: 14511062.

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

Color convert

RGB 214 107 221 -
CMYK 0.03 0.52 0 0.13
HSL 296.32º 0.63% 0.64% -
HSV(B) 296.32º 0.52% 0.87% -
XYZ 46.04 30.03 71.78 -
YUV 151.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 214 107 221 0.03 0.52 0 0.13 296.32 0.63 0.64
Hex D6 6B DD 3 34 0 D 128 3F 40
Octal 326 153 335 3 64 0 15 450 77 100
Binary 11010110 1101011 11011101 11 110100 0 1101 100101000 111111 1000000

Color Harmonies of #D66BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BDD

Black with #D66BDD

Text Example


Text Example

White with #D66BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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