Html Css Color HEX #CA3EEC Medium Orchid

📋 copy color: '#CA3EEC'

red 202 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #CA3EEC

Tints of Medium Orchid #CA3EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.4%

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

R = 40.4%
G = 12.4%
B = 47.2%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA3EEC (or 0xCA3EEC) is known color: Medium Orchid. HEX triplet: CA, 3E and EC. RGB value is (202,62,236). Sum of RGB (Red+Green+Blue) = 202+62+236=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EEC is #35C113. Grayscale: #7B7B7B. Windows color (decimal): -3522836 or 15482570. OLE color: 15482570.

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

Color convert

RGB 202 62 236 -
CMYK 0.14 0.74 0 0.07
HSL 288.28º 0.82% 0.58% -
HSV(B) 288.28º 0.74% 0.93% -
XYZ 41.22 22.06 81.44 -
YUV 123.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 202 62 236 0.14 0.74 0 0.07 288.28 0.82 0.58
Hex CA 3E EC E 4A 0 7 120 52 3A
Octal 312 76 354 16 112 0 7 440 122 72
Binary 11001010 111110 11101100 1110 1001010 0 111 100100000 1010010 111010

Color Harmonies of #CA3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3EEC

Black with #CA3EEC

Text Example


Text Example

White with #CA3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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