Html Css Color HEX #C964DF Medium Orchid

📋 copy color: '#C964DF'

red 201 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C964DF

Tints of Medium Orchid #C964DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

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

R = 38.36%
G = 19.08%
B = 42.56%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C964DF (or 0xC964DF) is known color: Medium Orchid. HEX triplet: C9, 64 and DF. RGB value is (201,100,223). Sum of RGB (Red+Green+Blue) = 201+100+223=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C964DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964DF is #369B20. Grayscale: #8F8F8F. Windows color (decimal): -3578657 or 14640329. OLE color: 14640329.

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

Color convert

RGB 201 100 223 -
CMYK 0.10 0.55 0 0.13
HSL 289.27º 0.66% 0.63% -
HSV(B) 289.27º 0.55% 0.87% -
XYZ 41.96 26.86 72.78 -
YUV 144.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 201 100 223 0.10 0.55 0 0.13 289.27 0.66 0.63
Hex C9 64 DF A 37 0 D 121 42 3F
Octal 311 144 337 12 67 0 15 441 102 77
Binary 11001001 1100100 11011111 1010 110111 0 1101 100100001 1000010 111111

Color Harmonies of #C964DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964DF

Black with #C964DF

Text Example


Text Example

White with #C964DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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