Html Css Color HEX #D072BA Orchid

📋 copy color: '#D072BA'

red 208 ◦ green 114 ◦ blue 186

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

Shades of Orchid #D072BA

Tints of Orchid #D072BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 40.94%
G = 22.44%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D072BA (or 0xD072BA) is known color: Orchid. HEX triplet: D0, 72 and BA. RGB value is (208,114,186). Sum of RGB (Red+Green+Blue) = 208+114+186=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D072BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072BA is #2F8D45. Grayscale: #969696. Windows color (decimal): -3116358 or 12219088. OLE color: 12219088.

HSL color Cylindrical-coordinate representation of color #D072BA: hue angle of 314.04º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D072BA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 186 -
CMYK 0 0.45 0.11 0.18
HSL 314.04º 0.5% 0.63% -
HSV(B) 314.04º 0.45% 0.82% -
XYZ 40.89 28.99 49.89 -
YUV 150.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 208 114 186 0 0.45 0.11 0.18 314.04 0.5 0.63
Hex D0 72 BA 0 2D B 12 13A 32 3F
Octal 320 162 272 0 55 13 22 472 62 77
Binary 11010000 1110010 10111010 0 101101 1011 10010 100111010 110010 111111

Color Harmonies of #D072BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072BA

Black with #D072BA

Text Example


Text Example

White with #D072BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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