Html Css Color HEX #CA62EC Medium Orchid

📋 copy color: '#CA62EC'

red 202 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #CA62EC

Tints of Medium Orchid #CA62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.28%

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

R = 37.69%
G = 18.28%
B = 44.03%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA62EC (or 0xCA62EC) is known color: Medium Orchid. HEX triplet: CA, 62 and EC. RGB value is (202,98,236). Sum of RGB (Red+Green+Blue) = 202+98+236=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62EC is #359D13. Grayscale: #909090. Windows color (decimal): -3513620 or 15491786. OLE color: 15491786.

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

Color convert

RGB 202 98 236 -
CMYK 0.14 0.58 0 0.07
HSL 285.22º 0.78% 0.65% -
HSV(B) 285.22º 0.58% 0.93% -
XYZ 43.87 27.35 82.32 -
YUV 144.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 202 98 236 0.14 0.58 0 0.07 285.22 0.78 0.65
Hex CA 62 EC E 3A 0 7 11D 4E 41
Octal 312 142 354 16 72 0 7 435 116 101
Binary 11001010 1100010 11101100 1110 111010 0 111 100011101 1001110 1000001

Color Harmonies of #CA62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62EC

Black with #CA62EC

Text Example


Text Example

White with #CA62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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