Html Css Color HEX #D072B5 Orchid

📋 copy color: '#D072B5'

red 208 ◦ green 114 ◦ blue 181

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

Shades of Orchid #D072B5

Tints of Orchid #D072B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 41.35%
G = 22.66%
B = 35.98%

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

#D072B5 (or 0xD072B5) is known color: Orchid. HEX triplet: D0, 72 and B5. RGB value is (208,114,181). Sum of RGB (Red+Green+Blue) = 208+114+181=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072B5 is #2F8D4A. Grayscale: #959595. Windows color (decimal): -3116363 or 11891408. OLE color: 11891408.

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

Color convert

RGB 208 114 181 -
CMYK 0 0.45 0.13 0.18
HSL 317.23º 0.5% 0.63% -
HSV(B) 317.23º 0.45% 0.82% -
XYZ 40.37 28.78 47.14 -
YUV 149.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 208 114 181 0 0.45 0.13 0.18 317.23 0.5 0.63
Hex D0 72 B5 0 2D D 12 13D 32 3F
Octal 320 162 265 0 55 15 22 475 62 77
Binary 11010000 1110010 10110101 0 101101 1101 10010 100111101 110010 111111

Color Harmonies of #D072B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072B5

Black with #D072B5

Text Example


Text Example

White with #D072B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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