Html Css Color HEX #D073C9 Orchid

📋 copy color: '#D073C9'

red 208 ◦ green 115 ◦ blue 201

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

Shades of Orchid #D073C9

Tints of Orchid #D073C9

RGB

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

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

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

R = 39.69%
G = 21.95%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D073C9 (or 0xD073C9) is known color: Orchid. HEX triplet: D0, 73 and C9. RGB value is (208,115,201). Sum of RGB (Red+Green+Blue) = 208+115+201=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C9 is #2F8C36. Grayscale: #989898. Windows color (decimal): -3116087 or 13202384. OLE color: 13202384.

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

Color convert

RGB 208 115 201 -
CMYK 0 0.45 0.03 0.18
HSL 304.52º 0.5% 0.63% -
HSV(B) 304.52º 0.45% 0.82% -
XYZ 42.69 29.89 58.78 -
YUV 152.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 208 115 201 0 0.45 0.03 0.18 304.52 0.5 0.63
Hex D0 73 C9 0 2D 3 12 131 32 3F
Octal 320 163 311 0 55 3 22 461 62 77
Binary 11010000 1110011 11001001 0 101101 11 10010 100110001 110010 111111

Color Harmonies of #D073C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073C9

Black with #D073C9

Text Example


Text Example

White with #D073C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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