Html Css Color HEX #DC73CE Orchid

📋 copy color: '#DC73CE'

red 220 ◦ green 115 ◦ blue 206

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

Shades of Orchid #DC73CE

Tints of Orchid #DC73CE

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 40.67%
G = 21.26%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC73CE (or 0xDC73CE) is known color: Orchid. HEX triplet: DC, 73 and CE. RGB value is (220,115,206). Sum of RGB (Red+Green+Blue) = 220+115+206=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73CE is #238C31. Grayscale: #9C9C9C. Windows color (decimal): -2329650 or 13530076. OLE color: 13530076.

HSL color Cylindrical-coordinate representation of color #DC73CE: hue angle of 308º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73CE is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 206 -
CMYK 0 0.48 0.06 0.14
HSL 308º 0.6% 0.66% -
HSV(B) 308º 0.48% 0.86% -
XYZ 46.79 31.93 62.09 -
YUV 156.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 220 115 206 0 0.48 0.06 0.14 308 0.6 0.66
Hex DC 73 CE 0 30 6 E 134 3C 42
Octal 334 163 316 0 60 6 16 464 74 102
Binary 11011100 1110011 11001110 0 110000 110 1110 100110100 111100 1000010

Color Harmonies of #DC73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73CE

Black with #DC73CE

Text Example


Text Example

White with #DC73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73CE; }

 p { color: rgb(220,115,206); }

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

background-color css

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

 a { background-color: rgb(220,115,206); }

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

border-color css

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

 span { border-color: rgb(220,115,206); }

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