Html Css Color HEX #C963DE Medium Orchid

📋 copy color: '#C963DE'

red 201 ◦ green 99 ◦ blue 222

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

Shades of Medium Orchid #C963DE

Tints of Medium Orchid #C963DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 38.51%
G = 18.97%
B = 42.53%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C963DE (or 0xC963DE) is known color: Medium Orchid. HEX triplet: C9, 63 and DE. RGB value is (201,99,222). Sum of RGB (Red+Green+Blue) = 201+99+222=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C963DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DE is #369C21. Grayscale: #8F8F8F. Windows color (decimal): -3578914 or 14574537. OLE color: 14574537.

HSL color Cylindrical-coordinate representation of color #C963DE: hue angle of 289.76º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C963DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 99 222 -
CMYK 0.09 0.55 0 0.13
HSL 289.76º 0.65% 0.63% -
HSV(B) 289.76º 0.55% 0.87% -
XYZ 41.73 26.62 72.04 -
YUV 143.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 201 99 222 0.09 0.55 0 0.13 289.76 0.65 0.63
Hex C9 63 DE 9 37 0 D 122 41 3F
Octal 311 143 336 11 67 0 15 442 101 77
Binary 11001001 1100011 11011110 1001 110111 0 1101 100100010 1000001 111111

Color Harmonies of #C963DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963DE

Black with #C963DE

Text Example


Text Example

White with #C963DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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