#CC3CFF

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

Shades of Medium Orchid #CC3CFF

Tints of Medium Orchid #CC3CFF

Color information

#CC3CFF (or 0xCC3CFF) is unknown color: approx Medium Orchid. HEX triplet: CC, 3C and FF. RGB value is (204,60,255). Sum of RGB (Red+Green+Blue) = 204+60+255=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CFF is #33C300. Grayscale: #7C7C7C. Windows color (decimal): -3392257 or 16727244. OLE color: 16727244.

HSL color Cylindrical-coordinate representation of color #CC3CFF: hue angle of 284.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3CFF is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20460255-
CMYK0.20.7600
HSL284.31º100%61.76%-
HSV(B)284.31º76.47%100%-
XYZ44.5723.2996.75-
YUV125.29201.21184.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 60 (23.83% from 255) = 11.56%
BLUE value IS 255 (100% from 255) = 49.13%
R=39.31%
G=11.56%
B=49.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204602550.20.7600284.3110061.76
HexCC3CFF144C0011c643e
Octal31474377241140043414476
Binary1100110011110011111111101001001100001000111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3CFF; }

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

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

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

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

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

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

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

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