Html Css Color HEX #C463ED Medium Orchid

📋 copy color: '#C463ED'

red 196 ◦ green 99 ◦ blue 237

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

Shades of Medium Orchid #C463ED

Tints of Medium Orchid #C463ED

RGB

 RED value IS 196 (76.95% from 255) = 36.84%

 GREEN value IS 99 (39.06% from 255) = 18.61%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 36.84%
G = 18.61%
B = 44.55%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C463ED (or 0xC463ED) is known color: Medium Orchid. HEX triplet: C4, 63 and ED. RGB value is (196,99,237). Sum of RGB (Red+Green+Blue) = 196+99+237=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #C463ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463ED is #3B9C12. Grayscale: #8F8F8F. Windows color (decimal): -3906579 or 15557572. OLE color: 15557572.

HSL color Cylindrical-coordinate representation of color #C463ED: hue angle of 282.17º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C463ED is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 99 237 -
CMYK 0.17 0.58 0 0.07
HSL 282.17º 0.79% 0.66% -
HSV(B) 282.17º 0.58% 0.93% -
XYZ 42.51 26.77 83.05 -
YUV 143.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 196 99 237 0.17 0.58 0 0.07 282.17 0.79 0.66
Hex C4 63 ED 11 3A 0 7 11A 4F 42
Octal 304 143 355 21 72 0 7 432 117 102
Binary 11000100 1100011 11101101 10001 111010 0 111 100011010 1001111 1000010

Color Harmonies of #C463ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463ED

Black with #C463ED

Text Example


Text Example

White with #C463ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463ED; }

 p { color: rgb(196,99,237); }

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

background-color css

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

 a { background-color: rgb(196,99,237); }

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

border-color css

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

 span { border-color: rgb(196,99,237); }

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