Html Css Color HEX #C961DF Medium Orchid

📋 copy color: '#C961DF'

red 201 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #C961DF

Tints of Medium Orchid #C961DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 38.58%
G = 18.62%
B = 42.8%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C961DF (or 0xC961DF) is known color: Medium Orchid. HEX triplet: C9, 61 and DF. RGB value is (201,97,223). Sum of RGB (Red+Green+Blue) = 201+97+223=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C961DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961DF is #369E20. Grayscale: #8E8E8E. Windows color (decimal): -3579425 or 14639561. OLE color: 14639561.

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

Color convert

RGB 201 97 223 -
CMYK 0.10 0.57 0 0.13
HSL 289.52º 0.66% 0.63% -
HSV(B) 289.52º 0.57% 0.87% -
XYZ 41.68 26.29 72.69 -
YUV 142.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 201 97 223 0.10 0.57 0 0.13 289.52 0.66 0.63
Hex C9 61 DF A 39 0 D 122 42 3F
Octal 311 141 337 12 71 0 15 442 102 77
Binary 11001001 1100001 11011111 1010 111001 0 1101 100100010 1000010 111111

Color Harmonies of #C961DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961DF

Black with #C961DF

Text Example


Text Example

White with #C961DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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