Html Css Color HEX #CA3BDC Medium Orchid

📋 copy color: '#CA3BDC'

red 202 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #CA3BDC

Tints of Medium Orchid #CA3BDC

RGB

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

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

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

R = 42%
G = 12.27%
B = 45.74%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA3BDC (or 0xCA3BDC) is known color: Medium Orchid. HEX triplet: CA, 3B and DC. RGB value is (202,59,220). Sum of RGB (Red+Green+Blue) = 202+59+220=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BDC is #35C423. Grayscale: #777777. Windows color (decimal): -3523620 or 14433226. OLE color: 14433226.

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

Color convert

RGB 202 59 220 -
CMYK 0.08 0.73 0 0.14
HSL 293.29º 0.7% 0.55% -
HSV(B) 293.29º 0.73% 0.86% -
XYZ 38.84 20.85 69.69 -
YUV 120.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 202 59 220 0.08 0.73 0 0.14 293.29 0.7 0.55
Hex CA 3B DC 8 49 0 E 125 46 37
Octal 312 73 334 10 111 0 16 445 106 67
Binary 11001010 111011 11011100 1000 1001001 0 1110 100100101 1000110 110111

Color Harmonies of #CA3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BDC

Black with #CA3BDC

Text Example


Text Example

White with #CA3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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