Html Css Color HEX #CA3ADC Medium Orchid

📋 copy color: '#CA3ADC'

red 202 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #CA3ADC

Tints of Medium Orchid #CA3ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 42.08%
G = 12.08%
B = 45.83%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3ADC (or 0xCA3ADC) is known color: Medium Orchid. HEX triplet: CA, 3A and DC. RGB value is (202,58,220). Sum of RGB (Red+Green+Blue) = 202+58+220=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ADC is #35C523. Grayscale: #777777. Windows color (decimal): -3523876 or 14432970. OLE color: 14432970.

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

Color convert

RGB 202 58 220 -
CMYK 0.08 0.74 0 0.14
HSL 293.33º 0.7% 0.55% -
HSV(B) 293.33º 0.74% 0.86% -
XYZ 38.79 20.75 69.67 -
YUV 119.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 202 58 220 0.08 0.74 0 0.14 293.33 0.7 0.55
Hex CA 3A DC 8 4A 0 E 125 46 37
Octal 312 72 334 10 112 0 16 445 106 67
Binary 11001010 111010 11011100 1000 1001010 0 1110 100100101 1000110 110111

Color Harmonies of #CA3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3ADC

Black with #CA3ADC

Text Example


Text Example

White with #CA3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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