Html Css Color HEX #D073DB Orchid

📋 copy color: '#D073DB'

red 208 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D073DB

Tints of Orchid #D073DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.22%

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

R = 38.38%
G = 21.22%
B = 40.41%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D073DB (or 0xD073DB) is known color: Orchid. HEX triplet: D0, 73 and DB. RGB value is (208,115,219). Sum of RGB (Red+Green+Blue) = 208+115+219=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D073DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073DB is #2F8C24. Grayscale: #9A9A9A. Windows color (decimal): -3116069 or 14382032. OLE color: 14382032.

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

Color convert

RGB 208 115 219 -
CMYK 0.05 0.47 0 0.14
HSL 293.65º 0.59% 0.65% -
HSV(B) 293.65º 0.47% 0.86% -
XYZ 44.93 30.79 70.59 -
YUV 154.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 208 115 219 0.05 0.47 0 0.14 293.65 0.59 0.65
Hex D0 73 DB 5 2F 0 E 126 3B 41
Octal 320 163 333 5 57 0 16 446 73 101
Binary 11010000 1110011 11011011 101 101111 0 1110 100100110 111011 1000001

Color Harmonies of #D073DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073DB

Black with #D073DB

Text Example


Text Example

White with #D073DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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