Html Css Color HEX #CA58EC Medium Orchid

📋 copy color: '#CA58EC'

red 202 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #CA58EC

Tints of Medium Orchid #CA58EC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.73%

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

R = 38.4%
G = 16.73%
B = 44.87%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA58EC (or 0xCA58EC) is known color: Medium Orchid. HEX triplet: CA, 58 and EC. RGB value is (202,88,236). Sum of RGB (Red+Green+Blue) = 202+88+236=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA58EC is #35A713. Grayscale: #8A8A8A. Windows color (decimal): -3516180 or 15489226. OLE color: 15489226.

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

Color convert

RGB 202 88 236 -
CMYK 0.14 0.63 0 0.07
HSL 286.22º 0.8% 0.64% -
HSV(B) 286.22º 0.63% 0.93% -
XYZ 42.99 25.59 82.03 -
YUV 138.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 202 88 236 0.14 0.63 0 0.07 286.22 0.8 0.64
Hex CA 58 EC E 3F 0 7 11E 50 40
Octal 312 130 354 16 77 0 7 436 120 100
Binary 11001010 1011000 11101100 1110 111111 0 111 100011110 1010000 1000000

Color Harmonies of #CA58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58EC

Black with #CA58EC

Text Example


Text Example

White with #CA58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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