Html Css Color HEX #D668DB Orchid

📋 copy color: '#D668DB'

red 214 ◦ green 104 ◦ blue 219

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

Shades of Orchid #D668DB

Tints of Orchid #D668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.37%

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

R = 39.85%
G = 19.37%
B = 40.78%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D668DB (or 0xD668DB) is known color: Orchid. HEX triplet: D6, 68 and DB. RGB value is (214,104,219). Sum of RGB (Red+Green+Blue) = 214+104+219=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D668DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668DB is #299724. Grayscale: #959595. Windows color (decimal): -2725669 or 14379222. OLE color: 14379222.

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

Color convert

RGB 214 104 219 -
CMYK 0.02 0.53 0 0.14
HSL 297.39º 0.61% 0.63% -
HSV(B) 297.39º 0.53% 0.86% -
XYZ 45.47 29.31 70.28 -
YUV 150 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 214 104 219 0.02 0.53 0 0.14 297.39 0.61 0.63
Hex D6 68 DB 2 35 0 E 129 3D 3F
Octal 326 150 333 2 65 0 16 451 75 77
Binary 11010110 1101000 11011011 10 110101 0 1110 100101001 111101 111111

Color Harmonies of #D668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668DB

Black with #D668DB

Text Example


Text Example

White with #D668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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