Html Css Color HEX #CA49DA Medium Orchid

📋 copy color: '#CA49DA'

red 202 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #CA49DA

Tints of Medium Orchid #CA49DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 40.97%
G = 14.81%
B = 44.22%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA49DA (or 0xCA49DA) is known color: Medium Orchid. HEX triplet: CA, 49 and DA. RGB value is (202,73,218). Sum of RGB (Red+Green+Blue) = 202+73+218=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DA is #35B625. Grayscale: #7F7F7F. Windows color (decimal): -3520038 or 14305738. OLE color: 14305738.

HSL color Cylindrical-coordinate representation of color #CA49DA: hue angle of 293.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA49DA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 73 218 -
CMYK 0.07 0.67 0 0.15
HSL 293.38º 0.66% 0.57% -
HSV(B) 293.38º 0.67% 0.85% -
XYZ 39.39 22.38 68.57 -
YUV 128.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 202 73 218 0.07 0.67 0 0.15 293.38 0.66 0.57
Hex CA 49 DA 7 43 0 F 125 42 39
Octal 312 111 332 7 103 0 17 445 102 71
Binary 11001010 1001001 11011010 111 1000011 0 1111 100100101 1000010 111001

Color Harmonies of #CA49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49DA

Black with #CA49DA

Text Example


Text Example

White with #CA49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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