Html Css Color HEX #CA53EC Medium Orchid

📋 copy color: '#CA53EC'

red 202 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #CA53EC

Tints of Medium Orchid #CA53EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 38.77%
G = 15.93%
B = 45.3%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA53EC (or 0xCA53EC) is known color: Medium Orchid. HEX triplet: CA, 53 and EC. RGB value is (202,83,236). Sum of RGB (Red+Green+Blue) = 202+83+236=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53EC is #35AC13. Grayscale: #878787. Windows color (decimal): -3517460 or 15487946. OLE color: 15487946.

HSL color Cylindrical-coordinate representation of color #CA53EC: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA53EC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 83 236 -
CMYK 0.14 0.65 0 0.07
HSL 286.67º 0.8% 0.63% -
HSV(B) 286.67º 0.65% 0.93% -
XYZ 42.59 24.8 81.9 -
YUV 136.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 202 83 236 0.14 0.65 0 0.07 286.67 0.8 0.63
Hex CA 53 EC E 41 0 7 11F 50 3F
Octal 312 123 354 16 101 0 7 437 120 77
Binary 11001010 1010011 11101100 1110 1000001 0 111 100011111 1010000 111111

Color Harmonies of #CA53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53EC

Black with #CA53EC

Text Example


Text Example

White with #CA53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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