Html Css Color HEX #D070BC Orchid

📋 copy color: '#D070BC'

red 208 ◦ green 112 ◦ blue 188

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

Shades of Orchid #D070BC

Tints of Orchid #D070BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

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

R = 40.94%
G = 22.05%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D070BC (or 0xD070BC) is known color: Orchid. HEX triplet: D0, 70 and BC. RGB value is (208,112,188). Sum of RGB (Red+Green+Blue) = 208+112+188=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D070BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070BC is #2F8F43. Grayscale: #959595. Windows color (decimal): -3116868 or 12349648. OLE color: 12349648.

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

Color convert

RGB 208 112 188 -
CMYK 0 0.46 0.10 0.18
HSL 312.5º 0.51% 0.63% -
HSV(B) 312.5º 0.46% 0.82% -
XYZ 40.88 28.63 50.95 -
YUV 149.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 208 112 188 0 0.46 0.10 0.18 312.5 0.51 0.63
Hex D0 70 BC 0 2E A 12 138 33 3F
Octal 320 160 274 0 56 12 22 470 63 77
Binary 11010000 1110000 10111100 0 101110 1010 10010 100111000 110011 111111

Color Harmonies of #D070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070BC

Black with #D070BC

Text Example


Text Example

White with #D070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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