Html Css Color HEX #C56BEA Medium Orchid

📋 copy color: '#C56BEA'

red 197 ◦ green 107 ◦ blue 234

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

Shades of Medium Orchid #C56BEA

Tints of Medium Orchid #C56BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.89%

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

R = 36.62%
G = 19.89%
B = 43.49%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C56BEA (or 0xC56BEA) is known color: Medium Orchid. HEX triplet: C5, 6B and EA. RGB value is (197,107,234). Sum of RGB (Red+Green+Blue) = 197+107+234=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C56BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BEA is #3A9415. Grayscale: #939393. Windows color (decimal): -3838998 or 15363013. OLE color: 15363013.

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

Color convert

RGB 197 107 234 -
CMYK 0.16 0.54 0 0.08
HSL 282.52º 0.75% 0.67% -
HSV(B) 282.52º 0.54% 0.92% -
XYZ 43.13 28.33 81.04 -
YUV 148.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 197 107 234 0.16 0.54 0 0.08 282.52 0.75 0.67
Hex C5 6B EA 10 36 0 8 11B 4B 43
Octal 305 153 352 20 66 0 10 433 113 103
Binary 11000101 1101011 11101010 10000 110110 0 1000 100011011 1001011 1000011

Color Harmonies of #C56BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BEA

Black with #C56BEA

Text Example


Text Example

White with #C56BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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