#CC41EF

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

Shades of Medium Orchid #CC41EF

Tints of Medium Orchid #CC41EF

Color information

#CC41EF (or 0xCC41EF) is unknown color: approx Medium Orchid. HEX triplet: CC, 41 and EF. RGB value is (204,65,239). Sum of RGB (Red+Green+Blue) = 204+65+239=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41EF is #33BE10. Grayscale: #7D7D7D. Windows color (decimal): -3390993 or 15679948. OLE color: 15679948.

HSL color Cylindrical-coordinate representation of color #CC41EF: hue angle of 287.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC41EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20465239-
CMYK0.150.7300.06
HSL287.93º84.47%59.61%-
HSV(B)287.93º72.8%93.73%-
XYZ42.3722.8583.84-
YUV126.4191.55183.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 65 (25.78% from 255) = 12.80%
BLUE value IS 239 (93.75% from 255) = 47.05%
R=40.16%
G=12.80%
B=47.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal204652390.150.7300.06287.9384.4759.61
HexCC41EFF4906120543c
Octal314101357171110644012474
Binary110011001000001111011111111100100101101001000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC41EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC41EF; }

 p { color: rgb(204,65,239); }

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

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

 a { background-color: rgb(204,65,239); }

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

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

 span { border-color: rgb(204,65,239); }

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