Html Css Color HEX #CA56F3 Medium Orchid

📋 copy color: '#CA56F3'

red 202 ◦ green 86 ◦ blue 243

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

Shades of Medium Orchid #CA56F3

Tints of Medium Orchid #CA56F3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.2%

 BLUE value IS 243 (95.31% from 255) = 45.76%

R = 38.04%
G = 16.2%
B = 45.76%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA56F3 (or 0xCA56F3) is known color: Medium Orchid. HEX triplet: CA, 56 and F3. RGB value is (202,86,243). Sum of RGB (Red+Green+Blue) = 202+86+243=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA56F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56F3 is #35A90C. Grayscale: #8A8A8A. Windows color (decimal): -3516685 or 15947466. OLE color: 15947466.

HSL color Cylindrical-coordinate representation of color #CA56F3: hue angle of 284.33º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA56F3 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 86 243 -
CMYK 0.17 0.65 0 0.05
HSL 284.33º 0.87% 0.65% -
HSV(B) 284.33º 0.65% 0.95% -
XYZ 43.86 25.68 87.44 -
YUV 138.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 202 86 243 0.17 0.65 0 0.05 284.33 0.87 0.65
Hex CA 56 F3 11 41 0 5 11C 57 41
Octal 312 126 363 21 101 0 5 434 127 101
Binary 11001010 1010110 11110011 10001 1000001 0 101 100011100 1010111 1000001

Color Harmonies of #CA56F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56F3

Black with #CA56F3

Text Example


Text Example

White with #CA56F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56F3; }

 p { color: rgb(202,86,243); }

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

background-color css

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

 a { background-color: rgb(202,86,243); }

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

border-color css

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

 span { border-color: rgb(202,86,243); }

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