Html Css Color HEX #C961DB Medium Orchid

📋 copy color: '#C961DB'

red 201 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #C961DB

Tints of Medium Orchid #C961DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

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

R = 38.88%
G = 18.76%
B = 42.36%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C961DB (or 0xC961DB) is known color: Medium Orchid. HEX triplet: C9, 61 and DB. RGB value is (201,97,219). Sum of RGB (Red+Green+Blue) = 201+97+219=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C961DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961DB is #369E24. Grayscale: #8D8D8D. Windows color (decimal): -3579429 or 14377417. OLE color: 14377417.

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

Color convert

RGB 201 97 219 -
CMYK 0.08 0.56 0 0.14
HSL 291.15º 0.63% 0.62% -
HSV(B) 291.15º 0.56% 0.86% -
XYZ 41.15 26.08 69.88 -
YUV 142 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 201 97 219 0.08 0.56 0 0.14 291.15 0.63 0.62
Hex C9 61 DB 8 38 0 E 123 3F 3E
Octal 311 141 333 10 70 0 16 443 77 76
Binary 11001001 1100001 11011011 1000 111000 0 1110 100100011 111111 111110

Color Harmonies of #C961DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961DB

Black with #C961DB

Text Example


Text Example

White with #C961DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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