Html Css Color HEX #D071C7 Orchid

📋 copy color: '#D071C7'

red 208 ◦ green 113 ◦ blue 199

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

Shades of Orchid #D071C7

Tints of Orchid #D071C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 40%
G = 21.73%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D071C7 (or 0xD071C7) is known color: Orchid. HEX triplet: D0, 71 and C7. RGB value is (208,113,199). Sum of RGB (Red+Green+Blue) = 208+113+199=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C7 is #2F8E38. Grayscale: #969696. Windows color (decimal): -3116601 or 13070800. OLE color: 13070800.

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

Color convert

RGB 208 113 199 -
CMYK 0 0.46 0.04 0.18
HSL 305.68º 0.5% 0.63% -
HSV(B) 305.68º 0.46% 0.82% -
XYZ 42.23 29.34 57.47 -
YUV 151.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 208 113 199 0 0.46 0.04 0.18 305.68 0.5 0.63
Hex D0 71 C7 0 2E 4 12 132 32 3F
Octal 320 161 307 0 56 4 22 462 62 77
Binary 11010000 1110001 11000111 0 101110 100 10010 100110010 110010 111111

Color Harmonies of #D071C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071C7

Black with #D071C7

Text Example


Text Example

White with #D071C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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