Html Css Color HEX #CA59E9 Medium Orchid

📋 copy color: '#CA59E9'

red 202 ◦ green 89 ◦ blue 233

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

Shades of Medium Orchid #CA59E9

Tints of Medium Orchid #CA59E9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 38.55%
G = 16.98%
B = 44.47%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA59E9 (or 0xCA59E9) is known color: Medium Orchid. HEX triplet: CA, 59 and E9. RGB value is (202,89,233). Sum of RGB (Red+Green+Blue) = 202+89+233=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59E9 is #35A616. Grayscale: #8A8A8A. Windows color (decimal): -3515927 or 15292874. OLE color: 15292874.

HSL color Cylindrical-coordinate representation of color #CA59E9: hue angle of 287.08º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA59E9 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 89 233 -
CMYK 0.13 0.62 0 0.09
HSL 287.08º 0.77% 0.63% -
HSV(B) 287.08º 0.62% 0.91% -
XYZ 42.64 25.58 79.78 -
YUV 139.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 202 89 233 0.13 0.62 0 0.09 287.08 0.77 0.63
Hex CA 59 E9 D 3E 0 9 11F 4D 3F
Octal 312 131 351 15 76 0 11 437 115 77
Binary 11001010 1011001 11101001 1101 111110 0 1001 100011111 1001101 111111

Color Harmonies of #CA59E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59E9

Black with #CA59E9

Text Example


Text Example

White with #CA59E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59E9; }

 p { color: rgb(202,89,233); }

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

background-color css

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

 a { background-color: rgb(202,89,233); }

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

border-color css

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

 span { border-color: rgb(202,89,233); }

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