Html Css Color HEX #CC57EB Medium Orchid

📋 copy color: '#CC57EB'

red 204 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #CC57EB

Tints of Medium Orchid #CC57EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 38.78%
G = 16.54%
B = 44.68%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC57EB (or 0xCC57EB) is known color: Medium Orchid. HEX triplet: CC, 57 and EB. RGB value is (204,87,235). Sum of RGB (Red+Green+Blue) = 204+87+235=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC57EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57EB is #33A814. Grayscale: #8A8A8A. Windows color (decimal): -3385365 or 15423436. OLE color: 15423436.

HSL color Cylindrical-coordinate representation of color #CC57EB: hue angle of 287.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC57EB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 87 235 -
CMYK 0.13 0.63 0 0.08
HSL 287.43º 0.79% 0.63% -
HSV(B) 287.43º 0.63% 0.92% -
XYZ 43.31 25.65 81.27 -
YUV 138.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 204 87 235 0.13 0.63 0 0.08 287.43 0.79 0.63
Hex CC 57 EB D 3F 0 8 11F 4F 3F
Octal 314 127 353 15 77 0 10 437 117 77
Binary 11001100 1010111 11101011 1101 111111 0 1000 100011111 1001111 111111

Color Harmonies of #CC57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57EB

Black with #CC57EB

Text Example


Text Example

White with #CC57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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