Html Css Color HEX #CC73DC Orchid

📋 copy color: '#CC73DC'

red 204 ◦ green 115 ◦ blue 220

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

Shades of Orchid #CC73DC

Tints of Orchid #CC73DC

RGB

 RED value IS 204 (80.08% from 255) = 37.85%

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 37.85%
G = 21.34%
B = 40.82%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC73DC (or 0xCC73DC) is known color: Orchid. HEX triplet: CC, 73 and DC. RGB value is (204,115,220). Sum of RGB (Red+Green+Blue) = 204+115+220=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DC is #338C23. Grayscale: #999999. Windows color (decimal): -3378212 or 14447564. OLE color: 14447564.

HSL color Cylindrical-coordinate representation of color #CC73DC: hue angle of 290.86º 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 #CC73DC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 115 220 -
CMYK 0.07 0.48 0 0.14
HSL 290.86º 0.6% 0.66% -
HSV(B) 290.86º 0.48% 0.86% -
XYZ 43.95 30.27 71.24 -
YUV 153.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 204 115 220 0.07 0.48 0 0.14 290.86 0.6 0.66
Hex CC 73 DC 7 30 0 E 123 3C 42
Octal 314 163 334 7 60 0 16 443 74 102
Binary 11001100 1110011 11011100 111 110000 0 1110 100100011 111100 1000010

Color Harmonies of #CC73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73DC

Black with #CC73DC

Text Example


Text Example

White with #CC73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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