Html Css Color HEX #CA53E3 Medium Orchid

📋 copy color: '#CA53E3'

red 202 ◦ green 83 ◦ blue 227

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

Shades of Medium Orchid #CA53E3

Tints of Medium Orchid #CA53E3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

 BLUE value IS 227 (89.06% from 255) = 44.34%

R = 39.45%
G = 16.21%
B = 44.34%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA53E3 (or 0xCA53E3) is known color: Medium Orchid. HEX triplet: CA, 53 and E3. RGB value is (202,83,227). Sum of RGB (Red+Green+Blue) = 202+83+227=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA53E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53E3 is #35AC1C. Grayscale: #868686. Windows color (decimal): -3517469 or 14898122. OLE color: 14898122.

HSL color Cylindrical-coordinate representation of color #CA53E3: hue angle of 289.58º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA53E3 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 83 227 -
CMYK 0.11 0.63 0 0.11
HSL 289.58º 0.72% 0.61% -
HSV(B) 289.58º 0.63% 0.89% -
XYZ 41.32 24.29 75.18 -
YUV 135 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 202 83 227 0.11 0.63 0 0.11 289.58 0.72 0.61
Hex CA 53 E3 B 3F 0 B 122 48 3D
Octal 312 123 343 13 77 0 13 442 110 75
Binary 11001010 1010011 11100011 1011 111111 0 1011 100100010 1001000 111101

Color Harmonies of #CA53E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53E3

Black with #CA53E3

Text Example


Text Example

White with #CA53E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53E3; }

 p { color: rgb(202,83,227); }

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

background-color css

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

 a { background-color: rgb(202,83,227); }

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

border-color css

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

 span { border-color: rgb(202,83,227); }

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