Html Css Color HEX #C963D1 Medium Orchid

📋 copy color: '#C963D1'

red 201 ◦ green 99 ◦ blue 209

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

Shades of Medium Orchid #C963D1

Tints of Medium Orchid #C963D1

RGB

 RED value IS 201 (78.91% from 255) = 39.49%

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

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 39.49%
G = 19.45%
B = 41.06%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C963D1 (or 0xC963D1) is known color: Medium Orchid. HEX triplet: C9, 63 and D1. RGB value is (201,99,209). Sum of RGB (Red+Green+Blue) = 201+99+209=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #C963D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963D1 is #369C2E. Grayscale: #8D8D8D. Windows color (decimal): -3578927 or 13722569. OLE color: 13722569.

HSL color Cylindrical-coordinate representation of color #C963D1: hue angle of 295.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C963D1 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 99 209 -
CMYK 0.04 0.53 0 0.18
HSL 295.64º 0.54% 0.6% -
HSV(B) 295.64º 0.53% 0.82% -
XYZ 40.06 25.94 63.22 -
YUV 142.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 201 99 209 0.04 0.53 0 0.18 295.64 0.54 0.6
Hex C9 63 D1 4 35 0 12 128 36 3C
Octal 311 143 321 4 65 0 22 450 66 74
Binary 11001001 1100011 11010001 100 110101 0 10010 100101000 110110 111100

Color Harmonies of #C963D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963D1

Black with #C963D1

Text Example


Text Example

White with #C963D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963D1; }

 p { color: rgb(201,99,209); }

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

background-color css

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

 a { background-color: rgb(201,99,209); }

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

border-color css

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

 span { border-color: rgb(201,99,209); }

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