#CC4BEE

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

Shades of Medium Orchid #CC4BEE

Tints of Medium Orchid #CC4BEE

Color information

#CC4BEE (or 0xCC4BEE) is unknown color: approx Medium Orchid. HEX triplet: CC, 4B and EE. RGB value is (204,75,238). Sum of RGB (Red+Green+Blue) = 204+75+238=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BEE is #33B411. Grayscale: #838383. Windows color (decimal): -3388434 or 15616972. OLE color: 15616972.

HSL color Cylindrical-coordinate representation of color #CC4BEE: hue angle of 287.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4BEE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20475238-
CMYK0.140.6800.07
HSL287.48º82.74%61.37%-
HSV(B)287.48º68.49%93.33%-
XYZ42.8524.0483.27-
YUV132.15187.74179.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 75 (29.69% from 255) = 14.51%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=39.46%
G=14.51%
B=46.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204752380.140.6800.07287.4882.7461.37
HexCC4BEEE440711f533d
Octal314113356161040743712375
Binary110011001001011111011101110100010001111000111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4BEE; }

 p { color: rgb(204,75,238); }

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

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

 a { background-color: rgb(204,75,238); }

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

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

 span { border-color: rgb(204,75,238); }

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