Html Css Color HEX #CA49DE Medium Orchid

📋 copy color: '#CA49DE'

red 202 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #CA49DE

Tints of Medium Orchid #CA49DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 40.64%
G = 14.69%
B = 44.67%

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

#CA49DE (or 0xCA49DE) is known color: Medium Orchid. HEX triplet: CA, 49 and DE. RGB value is (202,73,222). Sum of RGB (Red+Green+Blue) = 202+73+222=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DE is #35B621. Grayscale: #808080. Windows color (decimal): -3520034 or 14567882. OLE color: 14567882.

HSL color Cylindrical-coordinate representation of color #CA49DE: hue angle of 291.95º 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 #CA49DE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 73 222 -
CMYK 0.09 0.67 0 0.13
HSL 291.95º 0.69% 0.58% -
HSV(B) 291.95º 0.67% 0.87% -
XYZ 39.92 22.6 71.36 -
YUV 128.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 202 73 222 0.09 0.67 0 0.13 291.95 0.69 0.58
Hex CA 49 DE 9 43 0 D 124 45 3A
Octal 312 111 336 11 103 0 15 444 105 72
Binary 11001010 1001001 11011110 1001 1000011 0 1101 100100100 1000101 111010

Color Harmonies of #CA49DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49DE

Black with #CA49DE

Text Example


Text Example

White with #CA49DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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