Html Css Color HEX #CA53EE Medium Orchid

📋 copy color: '#CA53EE'

red 202 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #CA53EE

Tints of Medium Orchid #CA53EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 38.62%
G = 15.87%
B = 45.51%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA53EE (or 0xCA53EE) is known color: Medium Orchid. HEX triplet: CA, 53 and EE. RGB value is (202,83,238). Sum of RGB (Red+Green+Blue) = 202+83+238=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA53EE is #35AC11. Grayscale: #878787. Windows color (decimal): -3517458 or 15619018. OLE color: 15619018.

HSL color Cylindrical-coordinate representation of color #CA53EE: hue angle of 286.06º degrees, saturation: 0.82, 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 #CA53EE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 83 238 -
CMYK 0.15 0.65 0 0.07
HSL 286.06º 0.82% 0.63% -
HSV(B) 286.06º 0.65% 0.93% -
XYZ 42.88 24.92 83.44 -
YUV 136.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 202 83 238 0.15 0.65 0 0.07 286.06 0.82 0.63
Hex CA 53 EE F 41 0 7 11E 52 3F
Octal 312 123 356 17 101 0 7 436 122 77
Binary 11001010 1010011 11101110 1111 1000001 0 111 100011110 1010010 111111

Color Harmonies of #CA53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53EE

Black with #CA53EE

Text Example


Text Example

White with #CA53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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