Html Css Color HEX #D072B4 Orchid

📋 copy color: '#D072B4'

red 208 ◦ green 114 ◦ blue 180

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

Shades of Orchid #D072B4

Tints of Orchid #D072B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 41.43%
G = 22.71%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D072B4 (or 0xD072B4) is known color: Orchid. HEX triplet: D0, 72 and B4. RGB value is (208,114,180). Sum of RGB (Red+Green+Blue) = 208+114+180=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072B4 is #2F8D4B. Grayscale: #959595. Windows color (decimal): -3116364 or 11825872. OLE color: 11825872.

HSL color Cylindrical-coordinate representation of color #D072B4: hue angle of 317.87º 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 #D072B4 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 180 -
CMYK 0 0.45 0.13 0.18
HSL 317.87º 0.5% 0.63% -
HSV(B) 317.87º 0.45% 0.82% -
XYZ 40.27 28.74 46.61 -
YUV 149.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 208 114 180 0 0.45 0.13 0.18 317.87 0.5 0.63
Hex D0 72 B4 0 2D D 12 13E 32 3F
Octal 320 162 264 0 55 15 22 476 62 77
Binary 11010000 1110010 10110100 0 101101 1101 10010 100111110 110010 111111

Color Harmonies of #D072B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072B4

Black with #D072B4

Text Example


Text Example

White with #D072B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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