Html Css Color HEX #C960DF Medium Orchid

📋 copy color: '#C960DF'

red 201 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C960DF

Tints of Medium Orchid #C960DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

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

R = 38.65%
G = 18.46%
B = 42.88%

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

#C960DF (or 0xC960DF) is known color: Medium Orchid. HEX triplet: C9, 60 and DF. RGB value is (201,96,223). Sum of RGB (Red+Green+Blue) = 201+96+223=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C960DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960DF is #369F20. Grayscale: #8D8D8D. Windows color (decimal): -3579681 or 14639305. OLE color: 14639305.

HSL color Cylindrical-coordinate representation of color #C960DF: hue angle of 289.61º 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 #C960DF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 96 223 -
CMYK 0.10 0.57 0 0.13
HSL 289.61º 0.66% 0.63% -
HSV(B) 289.61º 0.57% 0.87% -
XYZ 41.59 26.11 72.66 -
YUV 141.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 201 96 223 0.10 0.57 0 0.13 289.61 0.66 0.63
Hex C9 60 DF A 39 0 D 122 42 3F
Octal 311 140 337 12 71 0 15 442 102 77
Binary 11001001 1100000 11011111 1010 111001 0 1101 100100010 1000010 111111

Color Harmonies of #C960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960DF

Black with #C960DF

Text Example


Text Example

White with #C960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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