Html Css Color HEX #D66DDB Orchid

📋 copy color: '#D66DDB'

red 214 ◦ green 109 ◦ blue 219

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

Shades of Orchid #D66DDB

Tints of Orchid #D66DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.11%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 39.48%
G = 20.11%
B = 40.41%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66DDB (or 0xD66DDB) is known color: Orchid. HEX triplet: D6, 6D and DB. RGB value is (214,109,219). Sum of RGB (Red+Green+Blue) = 214+109+219=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DDB is #299224. Grayscale: #989898. Windows color (decimal): -2724389 or 14380502. OLE color: 14380502.

HSL color Cylindrical-coordinate representation of color #D66DDB: hue angle of 297.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66DDB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 109 219 -
CMYK 0.02 0.50 0 0.14
HSL 297.27º 0.6% 0.64% -
HSV(B) 297.27º 0.5% 0.86% -
XYZ 45.99 30.35 70.45 -
YUV 152.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 214 109 219 0.02 0.50 0 0.14 297.27 0.6 0.64
Hex D6 6D DB 2 32 0 E 129 3C 40
Octal 326 155 333 2 62 0 16 451 74 100
Binary 11010110 1101101 11011011 10 110010 0 1110 100101001 111100 1000000

Color Harmonies of #D66DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DDB

Black with #D66DDB

Text Example


Text Example

White with #D66DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DDB; }

 p { color: rgb(214,109,219); }

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

background-color css

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

 a { background-color: rgb(214,109,219); }

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

border-color css

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

 span { border-color: rgb(214,109,219); }

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