Html Css Color HEX #C463D7 Medium Orchid

📋 copy color: '#C463D7'

red 196 ◦ green 99 ◦ blue 215

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

Shades of Medium Orchid #C463D7

Tints of Medium Orchid #C463D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 38.43%
G = 19.41%
B = 42.16%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C463D7 (or 0xC463D7) is known color: Medium Orchid. HEX triplet: C4, 63 and D7. RGB value is (196,99,215). Sum of RGB (Red+Green+Blue) = 196+99+215=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #C463D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463D7 is #3B9C28. Grayscale: #8C8C8C. Windows color (decimal): -3906601 or 14115780. OLE color: 14115780.

HSL color Cylindrical-coordinate representation of color #C463D7: hue angle of 290.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C463D7 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 99 215 -
CMYK 0.09 0.54 0 0.16
HSL 290.17º 0.59% 0.62% -
HSV(B) 290.17º 0.54% 0.84% -
XYZ 39.49 25.57 67.14 -
YUV 141.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 196 99 215 0.09 0.54 0 0.16 290.17 0.59 0.62
Hex C4 63 D7 9 36 0 10 122 3B 3E
Octal 304 143 327 11 66 0 20 442 73 76
Binary 11000100 1100011 11010111 1001 110110 0 10000 100100010 111011 111110

Color Harmonies of #C463D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463D7

Black with #C463D7

Text Example


Text Example

White with #C463D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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