Html Css Color HEX #C463DA Medium Orchid

📋 copy color: '#C463DA'

red 196 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #C463DA

Tints of Medium Orchid #C463DA

RGB

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

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

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

R = 38.21%
G = 19.3%
B = 42.5%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C463DA (or 0xC463DA) is known color: Medium Orchid. HEX triplet: C4, 63 and DA. RGB value is (196,99,218). Sum of RGB (Red+Green+Blue) = 196+99+218=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C463DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463DA is #3B9C25. Grayscale: #8D8D8D. Windows color (decimal): -3906598 or 14312388. OLE color: 14312388.

HSL color Cylindrical-coordinate representation of color #C463DA: hue angle of 288.91º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C463DA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 99 218 -
CMYK 0.10 0.55 0 0.15
HSL 288.91º 0.62% 0.62% -
HSV(B) 288.91º 0.55% 0.85% -
XYZ 39.88 25.72 69.19 -
YUV 141.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 196 99 218 0.10 0.55 0 0.15 288.91 0.62 0.62
Hex C4 63 DA A 37 0 F 121 3E 3E
Octal 304 143 332 12 67 0 17 441 76 76
Binary 11000100 1100011 11011010 1010 110111 0 1111 100100001 111110 111110

Color Harmonies of #C463DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463DA

Black with #C463DA

Text Example


Text Example

White with #C463DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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