Html Css Color HEX #C56AEA Medium Orchid

📋 copy color: '#C56AEA'

red 197 ◦ green 106 ◦ blue 234

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

Shades of Medium Orchid #C56AEA

Tints of Medium Orchid #C56AEA

RGB

 RED value IS 197 (77.34% from 255) = 36.69%

 GREEN value IS 106 (41.8% from 255) = 19.74%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 36.69%
G = 19.74%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C56AEA (or 0xC56AEA) is known color: Medium Orchid. HEX triplet: C5, 6A and EA. RGB value is (197,106,234). Sum of RGB (Red+Green+Blue) = 197+106+234=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C56AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AEA is #3A9515. Grayscale: #939393. Windows color (decimal): -3839254 or 15362757. OLE color: 15362757.

HSL color Cylindrical-coordinate representation of color #C56AEA: hue angle of 282.66º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56AEA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 106 234 -
CMYK 0.16 0.55 0 0.08
HSL 282.66º 0.75% 0.67% -
HSV(B) 282.66º 0.55% 0.92% -
XYZ 43.03 28.12 81 -
YUV 147.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 197 106 234 0.16 0.55 0 0.08 282.66 0.75 0.67
Hex C5 6A EA 10 37 0 8 11B 4B 43
Octal 305 152 352 20 67 0 10 433 113 103
Binary 11000101 1101010 11101010 10000 110111 0 1000 100011011 1001011 1000011

Color Harmonies of #C56AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AEA

Black with #C56AEA

Text Example


Text Example

White with #C56AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AEA; }

 p { color: rgb(197,106,234); }

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

background-color css

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

 a { background-color: rgb(197,106,234); }

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

border-color css

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

 span { border-color: rgb(197,106,234); }

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