#CC3CE8

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

Shades of Medium Orchid #CC3CE8

Tints of Medium Orchid #CC3CE8

Color information

#CC3CE8 (or 0xCC3CE8) is unknown color: approx Medium Orchid. HEX triplet: CC, 3C and E8. RGB value is (204,60,232). Sum of RGB (Red+Green+Blue) = 204+60+232=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC3CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CE8 is #33C317. Grayscale: #7A7A7A. Windows color (decimal): -3392280 or 15219916. OLE color: 15219916.

HSL color Cylindrical-coordinate representation of color #CC3CE8: hue angle of 290.23º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3CE8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20460232-
CMYK0.120.7400.09
HSL290.23º78.9%57.25%-
HSV(B)290.23º74.14%90.98%-
XYZ41.0821.978.4-
YUV122.66189.71186.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 60 (23.83% from 255) = 12.10%
BLUE value IS 232 (91.02% from 255) = 46.77%
R=41.13%
G=12.10%
B=46.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204602320.120.7400.09290.2378.957.25
HexCC3CE8C4A091224f39
Octal314743501411201144211771
Binary110011001111001110100011001001010010011001000101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3CE8; }

 p { color: rgb(204,60,232); }

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

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

 a { background-color: rgb(204,60,232); }

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

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

 span { border-color: rgb(204,60,232); }

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