Html Css Color HEX #CA56E5 Medium Orchid

📋 copy color: '#CA56E5'

red 202 ◦ green 86 ◦ blue 229

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

Shades of Medium Orchid #CA56E5

Tints of Medium Orchid #CA56E5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.63%

 BLUE value IS 229 (89.84% from 255) = 44.29%

R = 39.07%
G = 16.63%
B = 44.29%

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

#CA56E5 (or 0xCA56E5) is known color: Medium Orchid. HEX triplet: CA, 56 and E5. RGB value is (202,86,229). Sum of RGB (Red+Green+Blue) = 202+86+229=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56E5 is #35A91A. Grayscale: #888888. Windows color (decimal): -3516699 or 15029962. OLE color: 15029962.

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

Color convert

RGB 202 86 229 -
CMYK 0.12 0.62 0 0.10
HSL 288.67º 0.73% 0.62% -
HSV(B) 288.67º 0.62% 0.9% -
XYZ 41.83 24.87 76.72 -
YUV 136.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 202 86 229 0.12 0.62 0 0.10 288.67 0.73 0.62
Hex CA 56 E5 C 3E 0 A 121 49 3E
Octal 312 126 345 14 76 0 12 441 111 76
Binary 11001010 1010110 11100101 1100 111110 0 1010 100100001 1001001 111110

Color Harmonies of #CA56E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56E5

Black with #CA56E5

Text Example


Text Example

White with #CA56E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56E5; }

 p { color: rgb(202,86,229); }

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

background-color css

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

 a { background-color: rgb(202,86,229); }

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

border-color css

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

 span { border-color: rgb(202,86,229); }

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