Html Css Color HEX #CA3BEA Medium Orchid

📋 copy color: '#CA3BEA'

red 202 ◦ green 59 ◦ blue 234

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

Shades of Medium Orchid #CA3BEA

Tints of Medium Orchid #CA3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.92%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 40.81%
G = 11.92%
B = 47.27%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA3BEA (or 0xCA3BEA) is known color: Medium Orchid. HEX triplet: CA, 3B and EA. RGB value is (202,59,234). Sum of RGB (Red+Green+Blue) = 202+59+234=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA3BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3BEA is #35C415. Grayscale: #797979. Windows color (decimal): -3523606 or 15350730. OLE color: 15350730.

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

Color convert

RGB 202 59 234 -
CMYK 0.14 0.75 0 0.08
HSL 289.03º 0.81% 0.57% -
HSV(B) 289.03º 0.75% 0.92% -
XYZ 40.77 21.63 79.87 -
YUV 121.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 202 59 234 0.14 0.75 0 0.08 289.03 0.81 0.57
Hex CA 3B EA E 4B 0 8 121 51 39
Octal 312 73 352 16 113 0 10 441 121 71
Binary 11001010 111011 11101010 1110 1001011 0 1000 100100001 1010001 111001

Color Harmonies of #CA3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BEA

Black with #CA3BEA

Text Example


Text Example

White with #CA3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BEA; }

 p { color: rgb(202,59,234); }

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

background-color css

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

 a { background-color: rgb(202,59,234); }

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

border-color css

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

 span { border-color: rgb(202,59,234); }

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