Html Css Color HEX #CA53DA Medium Orchid

📋 copy color: '#CA53DA'

red 202 ◦ green 83 ◦ blue 218

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

Shades of Medium Orchid #CA53DA

Tints of Medium Orchid #CA53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 40.16%
G = 16.5%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA53DA (or 0xCA53DA) is known color: Medium Orchid. HEX triplet: CA, 53 and DA. RGB value is (202,83,218). Sum of RGB (Red+Green+Blue) = 202+83+218=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53DA is #35AC25. Grayscale: #858585. Windows color (decimal): -3517478 or 14308298. OLE color: 14308298.

HSL color Cylindrical-coordinate representation of color #CA53DA: hue angle of 292.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA53DA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 83 218 -
CMYK 0.07 0.62 0 0.15
HSL 292.89º 0.65% 0.59% -
HSV(B) 292.89º 0.62% 0.85% -
XYZ 40.11 23.81 68.81 -
YUV 133.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 202 83 218 0.07 0.62 0 0.15 292.89 0.65 0.59
Hex CA 53 DA 7 3E 0 F 125 41 3B
Octal 312 123 332 7 76 0 17 445 101 73
Binary 11001010 1010011 11011010 111 111110 0 1111 100100101 1000001 111011

Color Harmonies of #CA53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53DA

Black with #CA53DA

Text Example


Text Example

White with #CA53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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