Html Css Color HEX #CA57E6 Medium Orchid

📋 copy color: '#CA57E6'

red 202 ◦ green 87 ◦ blue 230

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

Shades of Medium Orchid #CA57E6

Tints of Medium Orchid #CA57E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 38.92%
G = 16.76%
B = 44.32%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA57E6 (or 0xCA57E6) is known color: Medium Orchid. HEX triplet: CA, 57 and E6. RGB value is (202,87,230). Sum of RGB (Red+Green+Blue) = 202+87+230=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA57E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57E6 is #35A819. Grayscale: #898989. Windows color (decimal): -3516442 or 15095754. OLE color: 15095754.

HSL color Cylindrical-coordinate representation of color #CA57E6: hue angle of 288.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA57E6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 87 230 -
CMYK 0.12 0.62 0 0.10
HSL 288.25º 0.74% 0.62% -
HSV(B) 288.25º 0.62% 0.9% -
XYZ 42.05 25.09 77.49 -
YUV 137.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 202 87 230 0.12 0.62 0 0.10 288.25 0.74 0.62
Hex CA 57 E6 C 3E 0 A 120 4A 3E
Octal 312 127 346 14 76 0 12 440 112 76
Binary 11001010 1010111 11100110 1100 111110 0 1010 100100000 1001010 111110

Color Harmonies of #CA57E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57E6

Black with #CA57E6

Text Example


Text Example

White with #CA57E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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