Html Css Color HEX #CA59ED Medium Orchid

📋 copy color: '#CA59ED'

red 202 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #CA59ED

Tints of Medium Orchid #CA59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 38.26%
G = 16.86%
B = 44.89%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA59ED (or 0xCA59ED) is known color: Medium Orchid. HEX triplet: CA, 59 and ED. RGB value is (202,89,237). Sum of RGB (Red+Green+Blue) = 202+89+237=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA59ED is #35A612. Grayscale: #8B8B8B. Windows color (decimal): -3515923 or 15555018. OLE color: 15555018.

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

Color convert

RGB 202 89 237 -
CMYK 0.15 0.62 0 0.07
HSL 285.81º 0.8% 0.64% -
HSV(B) 285.81º 0.62% 0.93% -
XYZ 43.22 25.82 82.83 -
YUV 139.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 202 89 237 0.15 0.62 0 0.07 285.81 0.8 0.64
Hex CA 59 ED F 3E 0 7 11E 50 40
Octal 312 131 355 17 76 0 7 436 120 100
Binary 11001010 1011001 11101101 1111 111110 0 111 100011110 1010000 1000000

Color Harmonies of #CA59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59ED

Black with #CA59ED

Text Example


Text Example

White with #CA59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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