Html Css Color HEX #CA2EED Medium Orchid

📋 copy color: '#CA2EED'

red 202 ◦ green 46 ◦ blue 237

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

Shades of Medium Orchid #CA2EED

Tints of Medium Orchid #CA2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 41.65%
G = 9.48%
B = 48.87%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2EED (or 0xCA2EED) is known color: Medium Orchid. HEX triplet: CA, 2E and ED. RGB value is (202,46,237). Sum of RGB (Red+Green+Blue) = 202+46+237=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EED is #35D112. Grayscale: #717171. Windows color (decimal): -3526931 or 15544010. OLE color: 15544010.

HSL color Cylindrical-coordinate representation of color #CA2EED: hue angle of 289.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2EED is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 46 237 -
CMYK 0.15 0.81 0 0.07
HSL 289.01º 0.84% 0.55% -
HSV(B) 289.01º 0.81% 0.93% -
XYZ 40.62 20.62 81.96 -
YUV 114.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 202 46 237 0.15 0.81 0 0.07 289.01 0.84 0.55
Hex CA 2E ED F 51 0 7 121 54 37
Octal 312 56 355 17 121 0 7 441 124 67
Binary 11001010 101110 11101101 1111 1010001 0 111 100100001 1010100 110111

Color Harmonies of #CA2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EED

Black with #CA2EED

Text Example


Text Example

White with #CA2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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