Html Css Color HEX #CA50DA Medium Orchid

📋 copy color: '#CA50DA'

red 202 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #CA50DA

Tints of Medium Orchid #CA50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 40.4%
G = 16%
B = 43.6%

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

#CA50DA (or 0xCA50DA) is known color: Medium Orchid. HEX triplet: CA, 50 and DA. RGB value is (202,80,218). Sum of RGB (Red+Green+Blue) = 202+80+218=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50DA is #35AF25. Grayscale: #838383. Windows color (decimal): -3518246 or 14307530. OLE color: 14307530.

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

Color convert

RGB 202 80 218 -
CMYK 0.07 0.63 0 0.15
HSL 293.04º 0.65% 0.58% -
HSV(B) 293.04º 0.63% 0.85% -
XYZ 39.88 23.36 68.74 -
YUV 132.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 202 80 218 0.07 0.63 0 0.15 293.04 0.65 0.58
Hex CA 50 DA 7 3F 0 F 125 41 3A
Octal 312 120 332 7 77 0 17 445 101 72
Binary 11001010 1010000 11011010 111 111111 0 1111 100100101 1000001 111010

Color Harmonies of #CA50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50DA

Black with #CA50DA

Text Example


Text Example

White with #CA50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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