Html Css Color HEX #CA59D5 Medium Orchid

📋 copy color: '#CA59D5'

red 202 ◦ green 89 ◦ blue 213

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

Shades of Medium Orchid #CA59D5

Tints of Medium Orchid #CA59D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 40.08%
G = 17.66%
B = 42.26%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA59D5 (or 0xCA59D5) is known color: Medium Orchid. HEX triplet: CA, 59 and D5. RGB value is (202,89,213). Sum of RGB (Red+Green+Blue) = 202+89+213=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA59D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59D5 is #35A62A. Grayscale: #888888. Windows color (decimal): -3515947 or 13982154. OLE color: 13982154.

HSL color Cylindrical-coordinate representation of color #CA59D5: hue angle of 294.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA59D5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 89 213 -
CMYK 0.05 0.58 0 0.16
HSL 294.68º 0.6% 0.59% -
HSV(B) 294.68º 0.58% 0.84% -
XYZ 39.94 24.51 65.58 -
YUV 136.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 202 89 213 0.05 0.58 0 0.16 294.68 0.6 0.59
Hex CA 59 D5 5 3A 0 10 127 3C 3B
Octal 312 131 325 5 72 0 20 447 74 73
Binary 11001010 1011001 11010101 101 111010 0 10000 100100111 111100 111011

Color Harmonies of #CA59D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59D5

Black with #CA59D5

Text Example


Text Example

White with #CA59D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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