Html Css Color HEX #CA41EC Medium Orchid

📋 copy color: '#CA41EC'

red 202 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #CA41EC

Tints of Medium Orchid #CA41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

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

R = 40.16%
G = 12.92%
B = 46.92%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA41EC (or 0xCA41EC) is known color: Medium Orchid. HEX triplet: CA, 41 and EC. RGB value is (202,65,236). Sum of RGB (Red+Green+Blue) = 202+65+236=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41EC is #35BE13. Grayscale: #7C7C7C. Windows color (decimal): -3522068 or 15483338. OLE color: 15483338.

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

Color convert

RGB 202 65 236 -
CMYK 0.14 0.72 0 0.07
HSL 288.07º 0.82% 0.59% -
HSV(B) 288.07º 0.72% 0.93% -
XYZ 41.39 22.39 81.5 -
YUV 125.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 202 65 236 0.14 0.72 0 0.07 288.07 0.82 0.59
Hex CA 41 EC E 48 0 7 120 52 3B
Octal 312 101 354 16 110 0 7 440 122 73
Binary 11001010 1000001 11101100 1110 1001000 0 111 100100000 1010010 111011

Color Harmonies of #CA41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41EC

Black with #CA41EC

Text Example


Text Example

White with #CA41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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