Html Css Color HEX #CA49DD Medium Orchid

📋 copy color: '#CA49DD'

red 202 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #CA49DD

Tints of Medium Orchid #CA49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 40.73%
G = 14.72%
B = 44.56%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA49DD (or 0xCA49DD) is known color: Medium Orchid. HEX triplet: CA, 49 and DD. RGB value is (202,73,221). Sum of RGB (Red+Green+Blue) = 202+73+221=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DD is #35B622. Grayscale: #7F7F7F. Windows color (decimal): -3520035 or 14502346. OLE color: 14502346.

HSL color Cylindrical-coordinate representation of color #CA49DD: hue angle of 292.3º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA49DD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 73 221 -
CMYK 0.09 0.67 0 0.13
HSL 292.3º 0.69% 0.58% -
HSV(B) 292.3º 0.67% 0.87% -
XYZ 39.79 22.54 70.66 -
YUV 128.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 202 73 221 0.09 0.67 0 0.13 292.3 0.69 0.58
Hex CA 49 DD 9 43 0 D 124 45 3A
Octal 312 111 335 11 103 0 15 444 105 72
Binary 11001010 1001001 11011101 1001 1000011 0 1101 100100100 1000101 111010

Color Harmonies of #CA49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49DD

Black with #CA49DD

Text Example


Text Example

White with #CA49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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