Html Css Color HEX #CA54D9 Medium Orchid

📋 copy color: '#CA54D9'

red 202 ◦ green 84 ◦ blue 217

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

Shades of Medium Orchid #CA54D9

Tints of Medium Orchid #CA54D9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.7%

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 40.16%
G = 16.7%
B = 43.14%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA54D9 (or 0xCA54D9) is known color: Medium Orchid. HEX triplet: CA, 54 and D9. RGB value is (202,84,217). Sum of RGB (Red+Green+Blue) = 202+84+217=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA54D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54D9 is #35AB26. Grayscale: #868686. Windows color (decimal): -3517223 or 14243018. OLE color: 14243018.

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

Color convert

RGB 202 84 217 -
CMYK 0.07 0.61 0 0.15
HSL 293.23º 0.64% 0.59% -
HSV(B) 293.23º 0.61% 0.85% -
XYZ 40.05 23.91 68.15 -
YUV 134.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 202 84 217 0.07 0.61 0 0.15 293.23 0.64 0.59
Hex CA 54 D9 7 3D 0 F 125 40 3B
Octal 312 124 331 7 75 0 17 445 100 73
Binary 11001010 1010100 11011001 111 111101 0 1111 100100101 1000000 111011

Color Harmonies of #CA54D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54D9

Black with #CA54D9

Text Example


Text Example

White with #CA54D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54D9; }

 p { color: rgb(202,84,217); }

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

background-color css

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

 a { background-color: rgb(202,84,217); }

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

border-color css

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

 span { border-color: rgb(202,84,217); }

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