Html Css Color HEX #C964DD Medium Orchid

📋 copy color: '#C964DD'

red 201 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #C964DD

Tints of Medium Orchid #C964DD

RGB

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

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

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

R = 38.51%
G = 19.16%
B = 42.34%

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

#C964DD (or 0xC964DD) is known color: Medium Orchid. HEX triplet: C9, 64 and DD. RGB value is (201,100,221). Sum of RGB (Red+Green+Blue) = 201+100+221=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C964DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964DD is #369B22. Grayscale: #8F8F8F. Windows color (decimal): -3578659 or 14509257. OLE color: 14509257.

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

Color convert

RGB 201 100 221 -
CMYK 0.09 0.55 0 0.13
HSL 290.08º 0.64% 0.63% -
HSV(B) 290.08º 0.55% 0.87% -
XYZ 41.7 26.75 71.37 -
YUV 143.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 201 100 221 0.09 0.55 0 0.13 290.08 0.64 0.63
Hex C9 64 DD 9 37 0 D 122 40 3F
Octal 311 144 335 11 67 0 15 442 100 77
Binary 11001001 1100100 11011101 1001 110111 0 1101 100100010 1000000 111111

Color Harmonies of #C964DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964DD

Black with #C964DD

Text Example


Text Example

White with #C964DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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