Html Css Color HEX #D071C9 Orchid

📋 copy color: '#D071C9'

red 208 ◦ green 113 ◦ blue 201

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

Shades of Orchid #D071C9

Tints of Orchid #D071C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 39.85%
G = 21.65%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D071C9 (or 0xD071C9) is known color: Orchid. HEX triplet: D0, 71 and C9. RGB value is (208,113,201). Sum of RGB (Red+Green+Blue) = 208+113+201=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C9 is #2F8E36. Grayscale: #979797. Windows color (decimal): -3116599 or 13201872. OLE color: 13201872.

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

Color convert

RGB 208 113 201 -
CMYK 0 0.46 0.03 0.18
HSL 304.42º 0.5% 0.63% -
HSV(B) 304.42º 0.46% 0.82% -
XYZ 42.46 29.44 58.7 -
YUV 151.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 208 113 201 0 0.46 0.03 0.18 304.42 0.5 0.63
Hex D0 71 C9 0 2E 3 12 130 32 3F
Octal 320 161 311 0 56 3 22 460 62 77
Binary 11010000 1110001 11001001 0 101110 11 10010 100110000 110010 111111

Color Harmonies of #D071C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071C9

Black with #D071C9

Text Example


Text Example

White with #D071C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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