Html Css Color HEX #D072DB Orchid

📋 copy color: '#D072DB'

red 208 ◦ green 114 ◦ blue 219

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

Shades of Orchid #D072DB

Tints of Orchid #D072DB

RGB

 RED value IS 208 (81.64% from 255) = 38.45%

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

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

R = 38.45%
G = 21.07%
B = 40.48%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D072DB (or 0xD072DB) is known color: Orchid. HEX triplet: D0, 72 and DB. RGB value is (208,114,219). Sum of RGB (Red+Green+Blue) = 208+114+219=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 114 (44.92% from 255 or 21.07% 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 #D072DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072DB is #2F8D24. Grayscale: #999999. Windows color (decimal): -3116325 or 14381776. OLE color: 14381776.

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

Color convert

RGB 208 114 219 -
CMYK 0.05 0.48 0 0.14
HSL 293.71º 0.59% 0.65% -
HSV(B) 293.71º 0.48% 0.86% -
XYZ 44.82 30.56 70.55 -
YUV 154.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 208 114 219 0.05 0.48 0 0.14 293.71 0.59 0.65
Hex D0 72 DB 5 30 0 E 126 3B 41
Octal 320 162 333 5 60 0 16 446 73 101
Binary 11010000 1110010 11011011 101 110000 0 1110 100100110 111011 1000001

Color Harmonies of #D072DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072DB

Black with #D072DB

Text Example


Text Example

White with #D072DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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