#CC51F1

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

Shades of Medium Orchid #CC51F1

Tints of Medium Orchid #CC51F1

Color information

#CC51F1 (or 0xCC51F1) is unknown color: approx Medium Orchid. HEX triplet: CC, 51 and F1. RGB value is (204,81,241). Sum of RGB (Red+Green+Blue) = 204+81+241=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51F1 is #33AE0E. Grayscale: #878787. Windows color (decimal): -3386895 or 15815116. OLE color: 15815116.

HSL color Cylindrical-coordinate representation of color #CC51F1: hue angle of 286.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC51F1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20481241-
CMYK0.150.6600.05
HSL286.12º85.11%63.14%-
HSV(B)286.12º66.39%94.51%-
XYZ43.7225.0785.75-
YUV136.02187.25176.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 81 (32.03% from 255) = 15.40%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=38.78%
G=15.40%
B=45.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204812410.150.6600.05286.1285.1163.14
HexCC51F1F420511e553f
Octal314121361171020543612577
Binary110011001010001111100011111100001001011000111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51F1; }

 p { color: rgb(204,81,241); }

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

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

 a { background-color: rgb(204,81,241); }

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

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

 span { border-color: rgb(204,81,241); }

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