Html Css Color HEX #D073CD Orchid

📋 copy color: '#D073CD'

red 208 ◦ green 115 ◦ blue 205

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

Shades of Orchid #D073CD

Tints of Orchid #D073CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 39.39%
G = 21.78%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D073CD (or 0xD073CD) is known color: Orchid. HEX triplet: D0, 73 and CD. RGB value is (208,115,205). Sum of RGB (Red+Green+Blue) = 208+115+205=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D073CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073CD is #2F8C32. Grayscale: #989898. Windows color (decimal): -3116083 or 13464528. OLE color: 13464528.

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

Color convert

RGB 208 115 205 -
CMYK 0 0.45 0.01 0.18
HSL 301.94º 0.5% 0.63% -
HSV(B) 301.94º 0.45% 0.82% -
XYZ 43.16 30.08 61.29 -
YUV 153.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 208 115 205 0 0.45 0.01 0.18 301.94 0.5 0.63
Hex D0 73 CD 0 2D 1 12 12E 32 3F
Octal 320 163 315 0 55 1 22 456 62 77
Binary 11010000 1110011 11001101 0 101101 1 10010 100101110 110010 111111

Color Harmonies of #D073CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D073CD

Black with #D073CD

Text Example


Text Example

White with #D073CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D073CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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