Html Css Color HEX #CA2FEB Medium Orchid

📋 copy color: '#CA2FEB'

red 202 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #CA2FEB

Tints of Medium Orchid #CA2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.71%

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 41.74%
G = 9.71%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA2FEB (or 0xCA2FEB) is known color: Medium Orchid. HEX triplet: CA, 2F and EB. RGB value is (202,47,235). Sum of RGB (Red+Green+Blue) = 202+47+235=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FEB is #35D014. Grayscale: #727272. Windows color (decimal): -3526677 or 15413194. OLE color: 15413194.

HSL color Cylindrical-coordinate representation of color #CA2FEB: hue angle of 289.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2FEB is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 47 235 -
CMYK 0.14 0.8 0 0.08
HSL 289.47º 0.82% 0.55% -
HSV(B) 289.47º 0.8% 0.92% -
XYZ 40.37 20.59 80.44 -
YUV 114.78 195.85 190.21 -
System Red Green Blue C M Y K H S L
Decimal 202 47 235 0.14 0.8 0 0.08 289.47 0.82 0.55
Hex CA 2F EB E 50 0 8 121 52 37
Octal 312 57 353 16 120 0 10 441 122 67
Binary 11001010 101111 11101011 1110 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #CA2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FEB

Black with #CA2FEB

Text Example


Text Example

White with #CA2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FEB; }

 p { color: rgb(202,47,235); }

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

background-color css

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

 a { background-color: rgb(202,47,235); }

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

border-color css

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

 span { border-color: rgb(202,47,235); }

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