Html Css Color HEX #CA2EE0 Medium Orchid

📋 copy color: '#CA2EE0'

red 202 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #CA2EE0

Tints of Medium Orchid #CA2EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.75%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 42.8%
G = 9.75%
B = 47.46%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA2EE0 (or 0xCA2EE0) is known color: Medium Orchid. HEX triplet: CA, 2E and E0. RGB value is (202,46,224). Sum of RGB (Red+Green+Blue) = 202+46+224=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA2EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EE0 is #35D11F. Grayscale: #707070. Windows color (decimal): -3526944 or 14692042. OLE color: 14692042.

HSL color Cylindrical-coordinate representation of color #CA2EE0: hue angle of 292.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2EE0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 46 224 -
CMYK 0.10 0.79 0 0.12
HSL 292.58º 0.74% 0.53% -
HSV(B) 292.58º 0.79% 0.88% -
XYZ 38.79 19.89 72.32 -
YUV 112.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 202 46 224 0.10 0.79 0 0.12 292.58 0.74 0.53
Hex CA 2E E0 A 4F 0 C 125 4A 35
Octal 312 56 340 12 117 0 14 445 112 65
Binary 11001010 101110 11100000 1010 1001111 0 1100 100100101 1001010 110101

Color Harmonies of #CA2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EE0

Black with #CA2EE0

Text Example


Text Example

White with #CA2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EE0; }

 p { color: rgb(202,46,224); }

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

background-color css

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

 a { background-color: rgb(202,46,224); }

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

border-color css

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

 span { border-color: rgb(202,46,224); }

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