Html Css Color HEX #C964DC Medium Orchid

📋 copy color: '#C964DC'

red 201 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #C964DC

Tints of Medium Orchid #C964DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 38.58%
G = 19.19%
B = 42.23%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C964DC (or 0xC964DC) is known color: Medium Orchid. HEX triplet: C9, 64 and DC. RGB value is (201,100,220). Sum of RGB (Red+Green+Blue) = 201+100+220=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C964DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964DC is #369B23. Grayscale: #8F8F8F. Windows color (decimal): -3578660 or 14443721. OLE color: 14443721.

HSL color Cylindrical-coordinate representation of color #C964DC: hue angle of 290.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C964DC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 100 220 -
CMYK 0.09 0.55 0 0.14
HSL 290.5º 0.63% 0.63% -
HSV(B) 290.5º 0.55% 0.86% -
XYZ 41.56 26.7 70.67 -
YUV 143.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 201 100 220 0.09 0.55 0 0.14 290.5 0.63 0.63
Hex C9 64 DC 9 37 0 E 122 3F 3F
Octal 311 144 334 11 67 0 16 442 77 77
Binary 11001001 1100100 11011100 1001 110111 0 1110 100100010 111111 111111

Color Harmonies of #C964DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964DC

Black with #C964DC

Text Example


Text Example

White with #C964DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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