Html Css Color HEX #CA56E8 Medium Orchid

📋 copy color: '#CA56E8'

red 202 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #CA56E8

Tints of Medium Orchid #CA56E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.62%

R = 38.85%
G = 16.54%
B = 44.62%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA56E8 (or 0xCA56E8) is known color: Medium Orchid. HEX triplet: CA, 56 and E8. RGB value is (202,86,232). Sum of RGB (Red+Green+Blue) = 202+86+232=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA56E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56E8 is #35A917. Grayscale: #888888. Windows color (decimal): -3516696 or 15226570. OLE color: 15226570.

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

Color convert

RGB 202 86 232 -
CMYK 0.13 0.63 0 0.09
HSL 287.67º 0.76% 0.62% -
HSV(B) 287.67º 0.63% 0.91% -
XYZ 42.25 25.04 78.95 -
YUV 137.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 202 86 232 0.13 0.63 0 0.09 287.67 0.76 0.62
Hex CA 56 E8 D 3F 0 9 120 4C 3E
Octal 312 126 350 15 77 0 11 440 114 76
Binary 11001010 1010110 11101000 1101 111111 0 1001 100100000 1001100 111110

Color Harmonies of #CA56E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56E8

Black with #CA56E8

Text Example


Text Example

White with #CA56E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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