#CC3FF2

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

Shades of Medium Orchid #CC3FF2

Tints of Medium Orchid #CC3FF2

Color information

#CC3FF2 (or 0xCC3FF2) is unknown color: approx Medium Orchid. HEX triplet: CC, 3F and F2. RGB value is (204,63,242). Sum of RGB (Red+Green+Blue) = 204+63+242=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FF2 is #33C00D. Grayscale: #7C7C7C. Windows color (decimal): -3391502 or 15876044. OLE color: 15876044.

HSL color Cylindrical-coordinate representation of color #CC3FF2: hue angle of 287.26º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3FF2 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20463242-
CMYK0.160.7400.05
HSL287.26º87.32%59.8%-
HSV(B)287.26º73.97%94.9%-
XYZ42.7122.886.15-
YUV125.56193.71183.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=40.08%
G=12.38%
B=47.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204632420.160.7400.05287.2687.3259.8
HexCC3FF2104A0511f573c
Octal31477362201120543712774
Binary110011001111111111001010000100101001011000111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3FF2; }

 p { color: rgb(204,63,242); }

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

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

 a { background-color: rgb(204,63,242); }

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

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

 span { border-color: rgb(204,63,242); }

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