Html Css Color HEX #C461DB Medium Orchid

📋 copy color: '#C461DB'

red 196 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #C461DB

Tints of Medium Orchid #C461DB

RGB

 RED value IS 196 (76.95% from 255) = 38.28%

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

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

R = 38.28%
G = 18.95%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C461DB (or 0xC461DB) is known color: Medium Orchid. HEX triplet: C4, 61 and DB. RGB value is (196,97,219). Sum of RGB (Red+Green+Blue) = 196+97+219=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C461DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DB is #3B9E24. Grayscale: #8C8C8C. Windows color (decimal): -3907109 or 14377412. OLE color: 14377412.

HSL color Cylindrical-coordinate representation of color #C461DB: hue angle of 288.69º 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 #C461DB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 97 219 -
CMYK 0.11 0.56 0 0.14
HSL 288.69º 0.63% 0.62% -
HSV(B) 288.69º 0.56% 0.86% -
XYZ 39.83 25.4 69.82 -
YUV 140.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 196 97 219 0.11 0.56 0 0.14 288.69 0.63 0.62
Hex C4 61 DB B 38 0 E 121 3F 3E
Octal 304 141 333 13 70 0 16 441 77 76
Binary 11000100 1100001 11011011 1011 111000 0 1110 100100001 111111 111110

Color Harmonies of #C461DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461DB

Black with #C461DB

Text Example


Text Example

White with #C461DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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