Html Css Color HEX #CA3AED Medium Orchid

📋 copy color: '#CA3AED'

red 202 ◦ green 58 ◦ blue 237

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

Shades of Medium Orchid #CA3AED

Tints of Medium Orchid #CA3AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.67%

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

R = 40.64%
G = 11.67%
B = 47.69%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA3AED (or 0xCA3AED) is known color: Medium Orchid. HEX triplet: CA, 3A and ED. RGB value is (202,58,237). Sum of RGB (Red+Green+Blue) = 202+58+237=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AED is #35C512. Grayscale: #787878. Windows color (decimal): -3523859 or 15547082. OLE color: 15547082.

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

Color convert

RGB 202 58 237 -
CMYK 0.15 0.76 0 0.07
HSL 288.27º 0.83% 0.58% -
HSV(B) 288.27º 0.76% 0.93% -
XYZ 41.16 21.7 82.14 -
YUV 121.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 202 58 237 0.15 0.76 0 0.07 288.27 0.83 0.58
Hex CA 3A ED F 4C 0 7 120 53 3A
Octal 312 72 355 17 114 0 7 440 123 72
Binary 11001010 111010 11101101 1111 1001100 0 111 100100000 1010011 111010

Color Harmonies of #CA3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3AED

Black with #CA3AED

Text Example


Text Example

White with #CA3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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