Html Css Color HEX #CA49E6 Medium Orchid

📋 copy color: '#CA49E6'

red 202 ◦ green 73 ◦ blue 230

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

Shades of Medium Orchid #CA49E6

Tints of Medium Orchid #CA49E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 40%
G = 14.46%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA49E6 (or 0xCA49E6) is known color: Medium Orchid. HEX triplet: CA, 49 and E6. RGB value is (202,73,230). Sum of RGB (Red+Green+Blue) = 202+73+230=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49E6 is #35B619. Grayscale: #808080. Windows color (decimal): -3520026 or 15092170. OLE color: 15092170.

HSL color Cylindrical-coordinate representation of color #CA49E6: hue angle of 289.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA49E6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 73 230 -
CMYK 0.12 0.68 0 0.10
HSL 289.3º 0.76% 0.59% -
HSV(B) 289.3º 0.68% 0.9% -
XYZ 41.02 23.03 77.15 -
YUV 129.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 202 73 230 0.12 0.68 0 0.10 289.3 0.76 0.59
Hex CA 49 E6 C 44 0 A 121 4C 3B
Octal 312 111 346 14 104 0 12 441 114 73
Binary 11001010 1001001 11100110 1100 1000100 0 1010 100100001 1001100 111011

Color Harmonies of #CA49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49E6

Black with #CA49E6

Text Example


Text Example

White with #CA49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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