Html Css Color HEX #C963DB Medium Orchid

📋 copy color: '#C963DB'

red 201 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #C963DB

Tints of Medium Orchid #C963DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 38.73%
G = 19.08%
B = 42.2%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C963DB (or 0xC963DB) is known color: Medium Orchid. HEX triplet: C9, 63 and DB. RGB value is (201,99,219). Sum of RGB (Red+Green+Blue) = 201+99+219=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C963DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DB is #369C24. Grayscale: #8E8E8E. Windows color (decimal): -3578917 or 14377929. OLE color: 14377929.

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

Color convert

RGB 201 99 219 -
CMYK 0.08 0.55 0 0.14
HSL 291º 0.63% 0.62% -
HSV(B) 291º 0.55% 0.86% -
XYZ 41.34 26.46 69.95 -
YUV 143.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 201 99 219 0.08 0.55 0 0.14 291 0.63 0.62
Hex C9 63 DB 8 37 0 E 123 3E 3E
Octal 311 143 333 10 67 0 16 443 76 76
Binary 11001001 1100011 11011011 1000 110111 0 1110 100100011 111110 111110

Color Harmonies of #C963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963DB

Black with #C963DB

Text Example


Text Example

White with #C963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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