Html Css Color HEX #CA57E1 Medium Orchid

📋 copy color: '#CA57E1'

red 202 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #CA57E1

Tints of Medium Orchid #CA57E1

RGB

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

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

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

R = 39.3%
G = 16.93%
B = 43.77%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA57E1 (or 0xCA57E1) is known color: Medium Orchid. HEX triplet: CA, 57 and E1. RGB value is (202,87,225). Sum of RGB (Red+Green+Blue) = 202+87+225=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA57E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57E1 is #35A81E. Grayscale: #888888. Windows color (decimal): -3516447 or 14768074. OLE color: 14768074.

HSL color Cylindrical-coordinate representation of color #CA57E1: hue angle of 290º 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 #CA57E1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 87 225 -
CMYK 0.10 0.61 0 0.12
HSL 290º 0.7% 0.61% -
HSV(B) 290º 0.61% 0.88% -
XYZ 41.36 24.81 73.84 -
YUV 137.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 202 87 225 0.10 0.61 0 0.12 290 0.7 0.61
Hex CA 57 E1 A 3D 0 C 122 46 3D
Octal 312 127 341 12 75 0 14 442 106 75
Binary 11001010 1010111 11100001 1010 111101 0 1100 100100010 1000110 111101

Color Harmonies of #CA57E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57E1

Black with #CA57E1

Text Example


Text Example

White with #CA57E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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