Html Css Color HEX #CA51DA Medium Orchid

📋 copy color: '#CA51DA'

red 202 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #CA51DA

Tints of Medium Orchid #CA51DA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

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

R = 40.32%
G = 16.17%
B = 43.51%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA51DA (or 0xCA51DA) is known color: Medium Orchid. HEX triplet: CA, 51 and DA. RGB value is (202,81,218). Sum of RGB (Red+Green+Blue) = 202+81+218=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DA is #35AE25. Grayscale: #848484. Windows color (decimal): -3517990 or 14307786. OLE color: 14307786.

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

Color convert

RGB 202 81 218 -
CMYK 0.07 0.63 0 0.15
HSL 292.99º 0.65% 0.59% -
HSV(B) 292.99º 0.63% 0.85% -
XYZ 39.95 23.5 68.76 -
YUV 132.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 202 81 218 0.07 0.63 0 0.15 292.99 0.65 0.59
Hex CA 51 DA 7 3F 0 F 125 41 3B
Octal 312 121 332 7 77 0 17 445 101 73
Binary 11001010 1010001 11011010 111 111111 0 1111 100100101 1000001 111011

Color Harmonies of #CA51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51DA

Black with #CA51DA

Text Example


Text Example

White with #CA51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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