Html Css Color HEX #D073C7 Orchid

📋 copy color: '#D073C7'

red 208 ◦ green 115 ◦ blue 199

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

Shades of Orchid #D073C7

Tints of Orchid #D073C7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.03%

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

R = 39.85%
G = 22.03%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D073C7 (or 0xD073C7) is known color: Orchid. HEX triplet: D0, 73 and C7. RGB value is (208,115,199). Sum of RGB (Red+Green+Blue) = 208+115+199=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C7 is #2F8C38. Grayscale: #989898. Windows color (decimal): -3116089 or 13071312. OLE color: 13071312.

HSL color Cylindrical-coordinate representation of color #D073C7: hue angle of 305.81º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073C7 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 199 -
CMYK 0 0.45 0.04 0.18
HSL 305.81º 0.5% 0.63% -
HSV(B) 305.81º 0.45% 0.82% -
XYZ 42.45 29.79 57.55 -
YUV 152.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 208 115 199 0 0.45 0.04 0.18 305.81 0.5 0.63
Hex D0 73 C7 0 2D 4 12 132 32 3F
Octal 320 163 307 0 55 4 22 462 62 77
Binary 11010000 1110011 11000111 0 101101 100 10010 100110010 110010 111111

Color Harmonies of #D073C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073C7

Black with #D073C7

Text Example


Text Example

White with #D073C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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