Html Css Color HEX #CA56D5 Medium Orchid

📋 copy color: '#CA56D5'

red 202 ◦ green 86 ◦ blue 213

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

Shades of Medium Orchid #CA56D5

Tints of Medium Orchid #CA56D5

RGB

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

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

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

R = 40.32%
G = 17.17%
B = 42.51%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA56D5 (or 0xCA56D5) is known color: Medium Orchid. HEX triplet: CA, 56 and D5. RGB value is (202,86,213). Sum of RGB (Red+Green+Blue) = 202+86+213=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA56D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56D5 is #35A92A. Grayscale: #868686. Windows color (decimal): -3516715 or 13981386. OLE color: 13981386.

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

Color convert

RGB 202 86 213 -
CMYK 0.05 0.60 0 0.16
HSL 294.8º 0.6% 0.59% -
HSV(B) 294.8º 0.6% 0.84% -
XYZ 39.7 24.02 65.49 -
YUV 135.16 171.93 175.67 -
System Red Green Blue C M Y K H S L
Decimal 202 86 213 0.05 0.60 0 0.16 294.8 0.6 0.59
Hex CA 56 D5 5 3C 0 10 127 3C 3B
Octal 312 126 325 5 74 0 20 447 74 73
Binary 11001010 1010110 11010101 101 111100 0 10000 100100111 111100 111011

Color Harmonies of #CA56D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56D5

Black with #CA56D5

Text Example


Text Example

White with #CA56D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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