Html Css Color HEX #CA3AD5 Medium Orchid

📋 copy color: '#CA3AD5'

red 202 ◦ green 58 ◦ blue 213

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

Shades of Medium Orchid #CA3AD5

Tints of Medium Orchid #CA3AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 42.71%
G = 12.26%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA3AD5 (or 0xCA3AD5) is known color: Medium Orchid. HEX triplet: CA, 3A and D5. RGB value is (202,58,213). Sum of RGB (Red+Green+Blue) = 202+58+213=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AD5 is #35C52A. Grayscale: #767676. Windows color (decimal): -3523883 or 13974218. OLE color: 13974218.

HSL color Cylindrical-coordinate representation of color #CA3AD5: hue angle of 295.74º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3AD5 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 58 213 -
CMYK 0.05 0.73 0 0.16
HSL 295.74º 0.65% 0.53% -
HSV(B) 295.74º 0.73% 0.84% -
XYZ 37.88 20.39 64.89 -
YUV 118.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 202 58 213 0.05 0.73 0 0.16 295.74 0.65 0.53
Hex CA 3A D5 5 49 0 10 128 41 35
Octal 312 72 325 5 111 0 20 450 101 65
Binary 11001010 111010 11010101 101 1001001 0 10000 100101000 1000001 110101

Color Harmonies of #CA3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3AD5

Black with #CA3AD5

Text Example


Text Example

White with #CA3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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