Html Css Color HEX #C961DD Medium Orchid

📋 copy color: '#C961DD'

red 201 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C961DD

Tints of Medium Orchid #C961DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.69%

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

R = 38.73%
G = 18.69%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C961DD (or 0xC961DD) is known color: Medium Orchid. HEX triplet: C9, 61 and DD. RGB value is (201,97,221). Sum of RGB (Red+Green+Blue) = 201+97+221=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C961DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961DD is #369E22. Grayscale: #8D8D8D. Windows color (decimal): -3579427 or 14508489. OLE color: 14508489.

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

Color convert

RGB 201 97 221 -
CMYK 0.09 0.56 0 0.13
HSL 290.32º 0.65% 0.62% -
HSV(B) 290.32º 0.56% 0.87% -
XYZ 41.41 26.19 71.28 -
YUV 142.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 201 97 221 0.09 0.56 0 0.13 290.32 0.65 0.62
Hex C9 61 DD 9 38 0 D 122 41 3E
Octal 311 141 335 11 70 0 15 442 101 76
Binary 11001001 1100001 11011101 1001 111000 0 1101 100100010 1000001 111110

Color Harmonies of #C961DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961DD

Black with #C961DD

Text Example


Text Example

White with #C961DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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