Html Css Color HEX #CA5DEC Medium Orchid

📋 copy color: '#CA5DEC'

red 202 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #CA5DEC

Tints of Medium Orchid #CA5DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 38.04%
G = 17.51%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA5DEC (or 0xCA5DEC) is known color: Medium Orchid. HEX triplet: CA, 5D and EC. RGB value is (202,93,236). Sum of RGB (Red+Green+Blue) = 202+93+236=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DEC is #35A213. Grayscale: #8D8D8D. Windows color (decimal): -3514900 or 15490506. OLE color: 15490506.

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

Color convert

RGB 202 93 236 -
CMYK 0.14 0.61 0 0.07
HSL 285.73º 0.79% 0.65% -
HSV(B) 285.73º 0.61% 0.93% -
XYZ 43.41 26.44 82.17 -
YUV 141.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 202 93 236 0.14 0.61 0 0.07 285.73 0.79 0.65
Hex CA 5D EC E 3D 0 7 11E 4F 41
Octal 312 135 354 16 75 0 7 436 117 101
Binary 11001010 1011101 11101100 1110 111101 0 111 100011110 1001111 1000001

Color Harmonies of #CA5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DEC

Black with #CA5DEC

Text Example


Text Example

White with #CA5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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