Html Css Color HEX #CC57ED Medium Orchid

📋 copy color: '#CC57ED'

red 204 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #CC57ED

Tints of Medium Orchid #CC57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 38.64%
G = 16.48%
B = 44.89%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC57ED (or 0xCC57ED) is known color: Medium Orchid. HEX triplet: CC, 57 and ED. RGB value is (204,87,237). Sum of RGB (Red+Green+Blue) = 204+87+237=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57ED is #33A812. Grayscale: #8A8A8A. Windows color (decimal): -3385363 or 15554508. OLE color: 15554508.

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

Color convert

RGB 204 87 237 -
CMYK 0.14 0.63 0 0.07
HSL 286.8º 0.81% 0.64% -
HSV(B) 286.8º 0.63% 0.93% -
XYZ 43.6 25.77 82.8 -
YUV 139.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 204 87 237 0.14 0.63 0 0.07 286.8 0.81 0.64
Hex CC 57 ED E 3F 0 7 11F 51 40
Octal 314 127 355 16 77 0 7 437 121 100
Binary 11001100 1010111 11101101 1110 111111 0 111 100011111 1010001 1000000

Color Harmonies of #CC57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57ED

Black with #CC57ED

Text Example


Text Example

White with #CC57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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