Html Css Color HEX #C656DA Medium Orchid

📋 copy color: '#C656DA'

red 198 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #C656DA

Tints of Medium Orchid #C656DA

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

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

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

R = 39.44%
G = 17.13%
B = 43.43%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C656DA (or 0xC656DA) is known color: Medium Orchid. HEX triplet: C6, 56 and DA. RGB value is (198,86,218). Sum of RGB (Red+Green+Blue) = 198+86+218=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #C656DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656DA is #39A925. Grayscale: #868686. Windows color (decimal): -3778854 or 14309062. OLE color: 14309062.

HSL color Cylindrical-coordinate representation of color #C656DA: hue angle of 290.91º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C656DA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 86 218 -
CMYK 0.09 0.61 0 0.15
HSL 290.91º 0.64% 0.6% -
HSV(B) 290.91º 0.61% 0.85% -
XYZ 39.27 23.72 68.84 -
YUV 134.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 198 86 218 0.09 0.61 0 0.15 290.91 0.64 0.6
Hex C6 56 DA 9 3D 0 F 123 40 3C
Octal 306 126 332 11 75 0 17 443 100 74
Binary 11000110 1010110 11011010 1001 111101 0 1111 100100011 1000000 111100

Color Harmonies of #C656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656DA

Black with #C656DA

Text Example


Text Example

White with #C656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656DA; }

 p { color: rgb(198,86,218); }

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

background-color css

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

 a { background-color: rgb(198,86,218); }

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

border-color css

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

 span { border-color: rgb(198,86,218); }

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