Html Css Color HEX #CC2BE4 Medium Orchid

📋 copy color: '#CC2BE4'

red 204 ◦ green 43 ◦ blue 228

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

Shades of Medium Orchid #CC2BE4

Tints of Medium Orchid #CC2BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48%

R = 42.95%
G = 9.05%
B = 48%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC2BE4 (or 0xCC2BE4) is known color: Medium Orchid. HEX triplet: CC, 2B and E4. RGB value is (204,43,228). Sum of RGB (Red+Green+Blue) = 204+43+228=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC2BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BE4 is #33D41B. Grayscale: #6F6F6F. Windows color (decimal): -3396636 or 14953420. OLE color: 14953420.

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

Color convert

RGB 204 43 228 -
CMYK 0.11 0.81 0 0.11
HSL 292.22º 0.77% 0.53% -
HSV(B) 292.22º 0.81% 0.89% -
XYZ 39.77 20.17 75.2 -
YUV 112.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 204 43 228 0.11 0.81 0 0.11 292.22 0.77 0.53
Hex CC 2B E4 B 51 0 B 124 4D 35
Octal 314 53 344 13 121 0 13 444 115 65
Binary 11001100 101011 11100100 1011 1010001 0 1011 100100100 1001101 110101

Color Harmonies of #CC2BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BE4

Black with #CC2BE4

Text Example


Text Example

White with #CC2BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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