Html Css Color HEX #CA49DC Medium Orchid

📋 copy color: '#CA49DC'

red 202 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #CA49DC

Tints of Medium Orchid #CA49DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.75%

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

R = 40.81%
G = 14.75%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA49DC (or 0xCA49DC) is known color: Medium Orchid. HEX triplet: CA, 49 and DC. RGB value is (202,73,220). Sum of RGB (Red+Green+Blue) = 202+73+220=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DC is #35B623. Grayscale: #7F7F7F. Windows color (decimal): -3520036 or 14436810. OLE color: 14436810.

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

Color convert

RGB 202 73 220 -
CMYK 0.08 0.67 0 0.14
HSL 292.65º 0.68% 0.57% -
HSV(B) 292.65º 0.67% 0.86% -
XYZ 39.66 22.49 69.96 -
YUV 128.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 202 73 220 0.08 0.67 0 0.14 292.65 0.68 0.57
Hex CA 49 DC 8 43 0 E 125 44 39
Octal 312 111 334 10 103 0 16 445 104 71
Binary 11001010 1001001 11011100 1000 1000011 0 1110 100100101 1000100 111001

Color Harmonies of #CA49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49DC

Black with #CA49DC

Text Example


Text Example

White with #CA49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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