Html Css Color HEX #D072BC Orchid

📋 copy color: '#D072BC'

red 208 ◦ green 114 ◦ blue 188

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

Shades of Orchid #D072BC

Tints of Orchid #D072BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 40.78%
G = 22.35%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D072BC (or 0xD072BC) is known color: Orchid. HEX triplet: D0, 72 and BC. RGB value is (208,114,188). Sum of RGB (Red+Green+Blue) = 208+114+188=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D072BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072BC is #2F8D43. Grayscale: #969696. Windows color (decimal): -3116356 or 12350160. OLE color: 12350160.

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

Color convert

RGB 208 114 188 -
CMYK 0 0.45 0.10 0.18
HSL 312.77º 0.5% 0.63% -
HSV(B) 312.77º 0.45% 0.82% -
XYZ 41.11 29.08 51.02 -
YUV 150.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 208 114 188 0 0.45 0.10 0.18 312.77 0.5 0.63
Hex D0 72 BC 0 2D A 12 139 32 3F
Octal 320 162 274 0 55 12 22 471 62 77
Binary 11010000 1110010 10111100 0 101101 1010 10010 100111001 110010 111111

Color Harmonies of #D072BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072BC

Black with #D072BC

Text Example


Text Example

White with #D072BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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