Html Css Color HEX #CC57E1 Medium Orchid

📋 copy color: '#CC57E1'

red 204 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #CC57E1

Tints of Medium Orchid #CC57E1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.86%

 BLUE value IS 225 (88.28% from 255) = 43.6%

R = 39.53%
G = 16.86%
B = 43.6%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC57E1 (or 0xCC57E1) is known color: Medium Orchid. HEX triplet: CC, 57 and E1. RGB value is (204,87,225). Sum of RGB (Red+Green+Blue) = 204+87+225=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC57E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57E1 is #33A81E. Grayscale: #898989. Windows color (decimal): -3385375 or 14768076. OLE color: 14768076.

HSL color Cylindrical-coordinate representation of color #CC57E1: hue angle of 290.87º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC57E1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 87 225 -
CMYK 0.09 0.61 0 0.12
HSL 290.87º 0.7% 0.61% -
HSV(B) 290.87º 0.61% 0.88% -
XYZ 41.9 25.09 73.87 -
YUV 137.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 204 87 225 0.09 0.61 0 0.12 290.87 0.7 0.61
Hex CC 57 E1 9 3D 0 C 123 46 3D
Octal 314 127 341 11 75 0 14 443 106 75
Binary 11001100 1010111 11100001 1001 111101 0 1100 100100011 1000110 111101

Color Harmonies of #CC57E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57E1

Black with #CC57E1

Text Example


Text Example

White with #CC57E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57E1; }

 p { color: rgb(204,87,225); }

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

background-color css

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

 a { background-color: rgb(204,87,225); }

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

border-color css

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

 span { border-color: rgb(204,87,225); }

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