Html Css Color HEX #CA2FEE Medium Orchid

📋 copy color: '#CA2FEE'

red 202 ◦ green 47 ◦ blue 238

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

Shades of Medium Orchid #CA2FEE

Tints of Medium Orchid #CA2FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 41.48%
G = 9.65%
B = 48.87%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2FEE (or 0xCA2FEE) is known color: Medium Orchid. HEX triplet: CA, 2F and EE. RGB value is (202,47,238). Sum of RGB (Red+Green+Blue) = 202+47+238=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2FEE is #35D011. Grayscale: #727272. Windows color (decimal): -3526674 or 15609802. OLE color: 15609802.

HSL color Cylindrical-coordinate representation of color #CA2FEE: hue angle of 288.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2FEE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 47 238 -
CMYK 0.15 0.80 0 0.07
HSL 288.69º 0.85% 0.56% -
HSV(B) 288.69º 0.8% 0.93% -
XYZ 40.81 20.76 82.75 -
YUV 115.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 202 47 238 0.15 0.80 0 0.07 288.69 0.85 0.56
Hex CA 2F EE F 50 0 7 121 55 38
Octal 312 57 356 17 120 0 7 441 125 70
Binary 11001010 101111 11101110 1111 1010000 0 111 100100001 1010101 111000

Color Harmonies of #CA2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FEE

Black with #CA2FEE

Text Example


Text Example

White with #CA2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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