Html Css Color HEX #D66BDB Orchid

📋 copy color: '#D66BDB'

red 214 ◦ green 107 ◦ blue 219

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

Shades of Orchid #D66BDB

Tints of Orchid #D66BDB

RGB

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

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

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

R = 39.63%
G = 19.81%
B = 40.56%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66BDB (or 0xD66BDB) is known color: Orchid. HEX triplet: D6, 6B and DB. RGB value is (214,107,219). Sum of RGB (Red+Green+Blue) = 214+107+219=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDB is #299424. Grayscale: #979797. Windows color (decimal): -2724901 or 14379990. OLE color: 14379990.

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

Color convert

RGB 214 107 219 -
CMYK 0.02 0.51 0 0.14
HSL 297.32º 0.61% 0.64% -
HSV(B) 297.32º 0.51% 0.86% -
XYZ 45.78 29.93 70.38 -
YUV 151.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 214 107 219 0.02 0.51 0 0.14 297.32 0.61 0.64
Hex D6 6B DB 2 33 0 E 129 3D 40
Octal 326 153 333 2 63 0 16 451 75 100
Binary 11010110 1101011 11011011 10 110011 0 1110 100101001 111101 1000000

Color Harmonies of #D66BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BDB

Black with #D66BDB

Text Example


Text Example

White with #D66BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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