#CC42FF

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

Shades of Medium Orchid #CC42FF

Tints of Medium Orchid #CC42FF

Color information

#CC42FF (or 0xCC42FF) is unknown color: approx Medium Orchid. HEX triplet: CC, 42 and FF. RGB value is (204,66,255). Sum of RGB (Red+Green+Blue) = 204+66+255=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FF is #33BD00. Grayscale: #808080. Windows color (decimal): -3390721 or 16728780. OLE color: 16728780.

HSL color Cylindrical-coordinate representation of color #CC42FF: hue angle of 283.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC42FF is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20466255-
CMYK0.20.7400
HSL283.81º100%62.94%-
HSV(B)283.81º74.12%100%-
XYZ44.923.9596.86-
YUV128.81199.22181.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 66 (26.17% from 255) = 12.57%
BLUE value IS 255 (100% from 255) = 48.57%
R=38.86%
G=12.57%
B=48.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204662550.20.7400283.8110062.94
HexCC42FF144A0011c643f
Octal314102377241120043414477
Binary11001100100001011111111101001001010001000111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC42FF; }

 p { color: rgb(204,66,255); }

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

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

 a { background-color: rgb(204,66,255); }

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

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

 span { border-color: rgb(204,66,255); }

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