#CC39FB

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

Shades of Medium Orchid #CC39FB

Tints of Medium Orchid #CC39FB

Color information

#CC39FB (or 0xCC39FB) is unknown color: approx Medium Orchid. HEX triplet: CC, 39 and FB. RGB value is (204,57,251). Sum of RGB (Red+Green+Blue) = 204+57+251=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC39FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39FB is #33C604. Grayscale: #7A7A7A. Windows color (decimal): -3393029 or 16464332. OLE color: 16464332.

HSL color Cylindrical-coordinate representation of color #CC39FB: hue angle of 285.46º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC39FB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20457251-
CMYK0.190.7700.02
HSL285.46º96.04%60.39%-
HSV(B)285.46º77.29%98.43%-
XYZ43.7822.7393.35-
YUV123.07200.2185.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 57 (22.66% from 255) = 11.13%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=39.84%
G=11.13%
B=49.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204572510.190.7700.02285.4696.0460.39
HexCC39FB134D0211d603c
Octal31471373231150243514074
Binary11001100111001111110111001110011010101000111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC39FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC39FB; }

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

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

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

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

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

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

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

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