Html Css Color HEX #D66CDB Orchid

📋 copy color: '#D66CDB'

red 214 ◦ green 108 ◦ blue 219

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

Shades of Orchid #D66CDB

Tints of Orchid #D66CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

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

R = 39.56%
G = 19.96%
B = 40.48%

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

#D66CDB (or 0xD66CDB) is known color: Orchid. HEX triplet: D6, 6C and DB. RGB value is (214,108,219). Sum of RGB (Red+Green+Blue) = 214+108+219=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CDB is #299324. Grayscale: #989898. Windows color (decimal): -2724645 or 14380246. OLE color: 14380246.

HSL color Cylindrical-coordinate representation of color #D66CDB: hue angle of 297.3º 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 #D66CDB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 108 219 -
CMYK 0.02 0.51 0 0.14
HSL 297.3º 0.61% 0.64% -
HSV(B) 297.3º 0.51% 0.86% -
XYZ 45.88 30.14 70.42 -
YUV 152.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 214 108 219 0.02 0.51 0 0.14 297.3 0.61 0.64
Hex D6 6C DB 2 33 0 E 129 3D 40
Octal 326 154 333 2 63 0 16 451 75 100
Binary 11010110 1101100 11011011 10 110011 0 1110 100101001 111101 1000000

Color Harmonies of #D66CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CDB

Black with #D66CDB

Text Example


Text Example

White with #D66CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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