Html Css Color HEX #D070CB Orchid

📋 copy color: '#D070CB'

red 208 ◦ green 112 ◦ blue 203

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

Shades of Orchid #D070CB

Tints of Orchid #D070CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 39.77%
G = 21.41%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D070CB (or 0xD070CB) is known color: Orchid. HEX triplet: D0, 70 and CB. RGB value is (208,112,203). Sum of RGB (Red+Green+Blue) = 208+112+203=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D070CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070CB is #2F8F34. Grayscale: #969696. Windows color (decimal): -3116853 or 13332688. OLE color: 13332688.

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

Color convert

RGB 208 112 203 -
CMYK 0 0.46 0.02 0.18
HSL 303.13º 0.51% 0.63% -
HSV(B) 303.13º 0.46% 0.82% -
XYZ 42.59 29.31 59.91 -
YUV 151.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 208 112 203 0 0.46 0.02 0.18 303.13 0.51 0.63
Hex D0 70 CB 0 2E 2 12 12F 33 3F
Octal 320 160 313 0 56 2 22 457 63 77
Binary 11010000 1110000 11001011 0 101110 10 10010 100101111 110011 111111

Color Harmonies of #D070CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070CB

Black with #D070CB

Text Example


Text Example

White with #D070CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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