#CC45F4

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

Shades of Medium Orchid #CC45F4

Tints of Medium Orchid #CC45F4

Color information

#CC45F4 (or 0xCC45F4) is unknown color: approx Medium Orchid. HEX triplet: CC, 45 and F4. RGB value is (204,69,244). Sum of RGB (Red+Green+Blue) = 204+69+244=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC45F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45F4 is #33BA0B. Grayscale: #808080. Windows color (decimal): -3389964 or 16008652. OLE color: 16008652.

HSL color Cylindrical-coordinate representation of color #CC45F4: hue angle of 286.29º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC45F4 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20469244-
CMYK0.160.7200.04
HSL286.29º88.83%61.37%-
HSV(B)286.29º71.72%95.69%-
XYZ43.3623.6387.86-
YUV129.32192.73181.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 69 (27.34% from 255) = 13.35%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=39.46%
G=13.35%
B=47.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204692440.160.7200.04286.2988.8361.37
HexCC45F410480411e593d
Octal314105364201100443613175
Binary1100110010001011111010010000100100001001000111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC45F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC45F4; }

 p { color: rgb(204,69,244); }

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

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

 a { background-color: rgb(204,69,244); }

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

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

 span { border-color: rgb(204,69,244); }

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