Html Css Color HEX #D071C0 Orchid

📋 copy color: '#D071C0'

red 208 ◦ green 113 ◦ blue 192

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

Shades of Orchid #D071C0

Tints of Orchid #D071C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.03%

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 40.55%
G = 22.03%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D071C0 (or 0xD071C0) is known color: Orchid. HEX triplet: D0, 71 and C0. RGB value is (208,113,192). Sum of RGB (Red+Green+Blue) = 208+113+192=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C0 is #2F8E3F. Grayscale: #969696. Windows color (decimal): -3116608 or 12612048. OLE color: 12612048.

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

Color convert

RGB 208 113 192 -
CMYK 0 0.46 0.08 0.18
HSL 310.11º 0.5% 0.63% -
HSV(B) 310.11º 0.46% 0.82% -
XYZ 41.43 29.03 53.29 -
YUV 150.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 208 113 192 0 0.46 0.08 0.18 310.11 0.5 0.63
Hex D0 71 C0 0 2E 8 12 136 32 3F
Octal 320 161 300 0 56 10 22 466 62 77
Binary 11010000 1110001 11000000 0 101110 1000 10010 100110110 110010 111111

Color Harmonies of #D071C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071C0

Black with #D071C0

Text Example


Text Example

White with #D071C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071C0; }

 p { color: rgb(208,113,192); }

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

background-color css

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

 a { background-color: rgb(208,113,192); }

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

border-color css

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

 span { border-color: rgb(208,113,192); }

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