Html Css Color HEX #CA57EC Medium Orchid

📋 copy color: '#CA57EC'

red 202 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #CA57EC

Tints of Medium Orchid #CA57EC

RGB

 RED value IS 202 (79.3% from 255) = 38.48%

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 38.48%
G = 16.57%
B = 44.95%

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

#CA57EC (or 0xCA57EC) is known color: Medium Orchid. HEX triplet: CA, 57 and EC. RGB value is (202,87,236). Sum of RGB (Red+Green+Blue) = 202+87+236=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57EC is #35A813. Grayscale: #898989. Windows color (decimal): -3516436 or 15488970. OLE color: 15488970.

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

Color convert

RGB 202 87 236 -
CMYK 0.14 0.63 0 0.07
HSL 286.31º 0.8% 0.63% -
HSV(B) 286.31º 0.63% 0.93% -
XYZ 42.91 25.43 82 -
YUV 138.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 202 87 236 0.14 0.63 0 0.07 286.31 0.8 0.63
Hex CA 57 EC E 3F 0 7 11E 50 3F
Octal 312 127 354 16 77 0 7 436 120 77
Binary 11001010 1010111 11101100 1110 111111 0 111 100011110 1010000 111111

Color Harmonies of #CA57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57EC

Black with #CA57EC

Text Example


Text Example

White with #CA57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57EC; }

 p { color: rgb(202,87,236); }

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

background-color css

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

 a { background-color: rgb(202,87,236); }

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

border-color css

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

 span { border-color: rgb(202,87,236); }

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