#CC63E0

Color #CC63E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC63E0

Tints of Medium Orchid #CC63E0

Color information

#CC63E0 (or 0xCC63E0) is unknown color: approx Medium Orchid. HEX triplet: CC, 63 and E0. RGB value is (204,99,224). Sum of RGB (Red+Green+Blue) = 204+99+224=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63E0 is #339C1F. Grayscale: #909090. Windows color (decimal): -3382304 or 14705612. OLE color: 14705612.

HSL color Cylindrical-coordinate representation of color #CC63E0: hue angle of 290.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC63E0 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20499224-
CMYK0.090.5600.12
HSL290.4º66.84%63.33%-
HSV(B)290.4º55.8%87.84%-
XYZ42.8227.1473.5-
YUV144.64172.79170.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=38.71%
G=18.79%
B=42.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204992240.090.5600.12290.466.8463.33
HexCC63E09380C122433f
Octal314143340117001444210377
Binary110011001100011111000001001111000011001001000101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63E0; }

 p { color: rgb(204,99,224); }

 H1.HeaderClassName
 {
   color: #CC63E0;
 }
 .AnyTagClassName
 {
   color: #CC63E0;
 }
</style>
background-color css

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

 a { background-color: rgb(204,99,224); }

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

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

 span { border-color: rgb(204,99,224); }

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