Html Css Color HEX #C964DB Medium Orchid

📋 copy color: '#C964DB'

red 201 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #C964DB

Tints of Medium Orchid #C964DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 38.65%
G = 19.23%
B = 42.12%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C964DB (or 0xC964DB) is known color: Medium Orchid. HEX triplet: C9, 64 and DB. RGB value is (201,100,219). Sum of RGB (Red+Green+Blue) = 201+100+219=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C964DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964DB is #369B24. Grayscale: #8F8F8F. Windows color (decimal): -3578661 or 14378185. OLE color: 14378185.

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

Color convert

RGB 201 100 219 -
CMYK 0.08 0.54 0 0.14
HSL 290.92º 0.62% 0.63% -
HSV(B) 290.92º 0.54% 0.86% -
XYZ 41.43 26.65 69.98 -
YUV 143.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 201 100 219 0.08 0.54 0 0.14 290.92 0.62 0.63
Hex C9 64 DB 8 36 0 E 123 3E 3F
Octal 311 144 333 10 66 0 16 443 76 77
Binary 11001001 1100100 11011011 1000 110110 0 1110 100100011 111110 111111

Color Harmonies of #C964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964DB

Black with #C964DB

Text Example


Text Example

White with #C964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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