Html Css Color HEX #CA55D5 Medium Orchid

📋 copy color: '#CA55D5'

red 202 ◦ green 85 ◦ blue 213

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

Shades of Medium Orchid #CA55D5

Tints of Medium Orchid #CA55D5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

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

R = 40.4%
G = 17%
B = 42.6%

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

#CA55D5 (or 0xCA55D5) is known color: Medium Orchid. HEX triplet: CA, 55 and D5. RGB value is (202,85,213). Sum of RGB (Red+Green+Blue) = 202+85+213=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA55D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55D5 is #35AA2A. Grayscale: #868686. Windows color (decimal): -3516971 or 13981130. OLE color: 13981130.

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

Color convert

RGB 202 85 213 -
CMYK 0.05 0.60 0 0.16
HSL 294.84º 0.6% 0.58% -
HSV(B) 294.84º 0.6% 0.84% -
XYZ 39.62 23.86 65.47 -
YUV 134.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 202 85 213 0.05 0.60 0 0.16 294.84 0.6 0.58
Hex CA 55 D5 5 3C 0 10 127 3C 3A
Octal 312 125 325 5 74 0 20 447 74 72
Binary 11001010 1010101 11010101 101 111100 0 10000 100100111 111100 111010

Color Harmonies of #CA55D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55D5

Black with #CA55D5

Text Example


Text Example

White with #CA55D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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