Html Css Color HEX #D071C5 Orchid

📋 copy color: '#D071C5'

red 208 ◦ green 113 ◦ blue 197

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

Shades of Orchid #D071C5

Tints of Orchid #D071C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 40.15%
G = 21.81%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D071C5 (or 0xD071C5) is known color: Orchid. HEX triplet: D0, 71 and C5. RGB value is (208,113,197). Sum of RGB (Red+Green+Blue) = 208+113+197=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C5 is #2F8E3A. Grayscale: #969696. Windows color (decimal): -3116603 or 12939728. OLE color: 12939728.

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

Color convert

RGB 208 113 197 -
CMYK 0 0.46 0.05 0.18
HSL 306.95º 0.5% 0.63% -
HSV(B) 306.95º 0.46% 0.82% -
XYZ 42 29.25 56.26 -
YUV 150.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 208 113 197 0 0.46 0.05 0.18 306.95 0.5 0.63
Hex D0 71 C5 0 2E 5 12 133 32 3F
Octal 320 161 305 0 56 5 22 463 62 77
Binary 11010000 1110001 11000101 0 101110 101 10010 100110011 110010 111111

Color Harmonies of #D071C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071C5

Black with #D071C5

Text Example


Text Example

White with #D071C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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