#CC4FF4

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

Shades of Medium Orchid #CC4FF4

Tints of Medium Orchid #CC4FF4

Color information

#CC4FF4 (or 0xCC4FF4) is unknown color: approx Medium Orchid. HEX triplet: CC, 4F and F4. RGB value is (204,79,244). Sum of RGB (Red+Green+Blue) = 204+79+244=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC4FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FF4 is #33B00B. Grayscale: #868686. Windows color (decimal): -3387404 or 16011212. OLE color: 16011212.

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

Color convert

RGB20479244-
CMYK0.160.6800.04
HSL285.45º88.24%63.33%-
HSV(B)285.45º67.62%95.69%-
XYZ44.0324.9688.09-
YUV135.18189.41177.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 79 (31.25% from 255) = 14.99%
BLUE value IS 244 (95.70% from 255) = 46.30%
R=38.71%
G=14.99%
B=46.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204792440.160.6800.04285.4588.2463.33
HexCC4FF410440411d583f
Octal314117364201040443513077
Binary1100110010011111111010010000100010001001000111011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FF4; }

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

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

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

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

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

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

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

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