Html Css Color HEX #DB72CE Orchid

📋 copy color: '#DB72CE'

red 219 ◦ green 114 ◦ blue 206

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

Shades of Orchid #DB72CE

Tints of Orchid #DB72CE

RGB

 RED value IS 219 (85.94% from 255) = 40.63%

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 40.63%
G = 21.15%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB72CE (or 0xDB72CE) is known color: Orchid. HEX triplet: DB, 72 and CE. RGB value is (219,114,206). Sum of RGB (Red+Green+Blue) = 219+114+206=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72CE is #248D31. Grayscale: #9B9B9B. Windows color (decimal): -2395442 or 13529819. OLE color: 13529819.

HSL color Cylindrical-coordinate representation of color #DB72CE: hue angle of 307.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72CE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 206 -
CMYK 0 0.48 0.06 0.14
HSL 307.43º 0.59% 0.65% -
HSV(B) 307.43º 0.48% 0.86% -
XYZ 46.37 31.55 62.04 -
YUV 155.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 219 114 206 0 0.48 0.06 0.14 307.43 0.59 0.65
Hex DB 72 CE 0 30 6 E 133 3B 41
Octal 333 162 316 0 60 6 16 463 73 101
Binary 11011011 1110010 11001110 0 110000 110 1110 100110011 111011 1000001

Color Harmonies of #DB72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72CE

Black with #DB72CE

Text Example


Text Example

White with #DB72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72CE; }

 p { color: rgb(219,114,206); }

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

background-color css

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

 a { background-color: rgb(219,114,206); }

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

border-color css

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

 span { border-color: rgb(219,114,206); }

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