#CC39FC

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

Shades of Medium Orchid #CC39FC

Tints of Medium Orchid #CC39FC

Color information

#CC39FC (or 0xCC39FC) is unknown color: approx Medium Orchid. HEX triplet: CC, 39 and FC. RGB value is (204,57,252). Sum of RGB (Red+Green+Blue) = 204+57+252=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 57 (22.66% from 255 or 11.11% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39FC is #33C603. Grayscale: #7A7A7A. Windows color (decimal): -3393028 or 16529868. OLE color: 16529868.

HSL color Cylindrical-coordinate representation of color #CC39FC: hue angle of 285.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC39FC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20457252-
CMYK0.190.7700.01
HSL285.23º97.01%60.59%-
HSV(B)285.23º77.38%98.82%-
XYZ43.9422.7994.18-
YUV123.18200.7185.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 57 (22.66% from 255) = 11.11%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=39.77%
G=11.11%
B=49.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204572520.190.7700.01285.2397.0160.59
HexCC39FC134D0111d613d
Octal31471374231150143514175
Binary1100110011100111111100100111001101011000111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39FC; }

 p { color: rgb(204,57,252); }

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

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

 a { background-color: rgb(204,57,252); }

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

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

 span { border-color: rgb(204,57,252); }

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