Html Css Color HEX #CC2BE5 Medium Orchid

📋 copy color: '#CC2BE5'

red 204 ◦ green 43 ◦ blue 229

#CC2BE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC2BE5

Tints of Medium Orchid #CC2BE5

RGB

 RED value IS 204 (80.08% from 255) = 42.86%

 GREEN value IS 43 (17.19% from 255) = 9.03%

 BLUE value IS 229 (89.84% from 255) = 48.11%

R = 42.86%
G = 9.03%
B = 48.11%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC2BE5 (or 0xCC2BE5) is known color: Medium Orchid. HEX triplet: CC, 2B and E5. RGB value is (204,43,229). Sum of RGB (Red+Green+Blue) = 204+43+229=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC2BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BE5 is #33D41A. Grayscale: #6F6F6F. Windows color (decimal): -3396635 or 15018956. OLE color: 15018956.

HSL color Cylindrical-coordinate representation of color #CC2BE5: hue angle of 291.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2BE5 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 43 229 -
CMYK 0.11 0.81 0 0.10
HSL 291.94º 0.78% 0.53% -
HSV(B) 291.94º 0.81% 0.9% -
XYZ 39.91 20.22 75.93 -
YUV 112.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 204 43 229 0.11 0.81 0 0.10 291.94 0.78 0.53
Hex CC 2B E5 B 51 0 A 124 4E 35
Octal 314 53 345 13 121 0 12 444 116 65
Binary 11001100 101011 11100101 1011 1010001 0 1010 100100100 1001110 110101

Color Harmonies of #CC2BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BE5

Black with #CC2BE5

Text Example


Text Example

White with #CC2BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BE5; }

 p { color: rgb(204,43,229); }

 H1.HeaderClassName
 {
   color: #CC2BE5;
 }
 .AnyTagClassName
 {
   color: #CC2BE5;
 }
</style>

background-color css

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

 a { background-color: rgb(204,43,229); }

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

border-color css

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

 span { border-color: rgb(204,43,229); }

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