Html Css Color HEX #C963DD Medium Orchid

📋 copy color: '#C963DD'

red 201 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C963DD

Tints of Medium Orchid #C963DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 38.58%
G = 19%
B = 42.42%

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

#C963DD (or 0xC963DD) is known color: Medium Orchid. HEX triplet: C9, 63 and DD. RGB value is (201,99,221). Sum of RGB (Red+Green+Blue) = 201+99+221=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C963DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963DD is #369C22. Grayscale: #8F8F8F. Windows color (decimal): -3578915 or 14509001. OLE color: 14509001.

HSL color Cylindrical-coordinate representation of color #C963DD: hue angle of 290.16º degrees, saturation: 0.64, 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 #C963DD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 99 221 -
CMYK 0.09 0.55 0 0.13
HSL 290.16º 0.64% 0.63% -
HSV(B) 290.16º 0.55% 0.87% -
XYZ 41.6 26.56 71.34 -
YUV 143.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 201 99 221 0.09 0.55 0 0.13 290.16 0.64 0.63
Hex C9 63 DD 9 37 0 D 122 40 3F
Octal 311 143 335 11 67 0 15 442 100 77
Binary 11001001 1100011 11011101 1001 110111 0 1101 100100010 1000000 111111

Color Harmonies of #C963DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963DD

Black with #C963DD

Text Example


Text Example

White with #C963DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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