Html Css Color HEX #C461DF Medium Orchid

📋 copy color: '#C461DF'

red 196 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #C461DF

Tints of Medium Orchid #C461DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 37.98%
G = 18.8%
B = 43.22%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C461DF (or 0xC461DF) is known color: Medium Orchid. HEX triplet: C4, 61 and DF. RGB value is (196,97,223). Sum of RGB (Red+Green+Blue) = 196+97+223=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C461DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DF is #3B9E20. Grayscale: #8C8C8C. Windows color (decimal): -3907105 or 14639556. OLE color: 14639556.

HSL color Cylindrical-coordinate representation of color #C461DF: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C461DF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 97 223 -
CMYK 0.12 0.57 0 0.13
HSL 287.14º 0.66% 0.63% -
HSV(B) 287.14º 0.57% 0.87% -
XYZ 40.36 25.61 72.63 -
YUV 140.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 196 97 223 0.12 0.57 0 0.13 287.14 0.66 0.63
Hex C4 61 DF C 39 0 D 11F 42 3F
Octal 304 141 337 14 71 0 15 437 102 77
Binary 11000100 1100001 11011111 1100 111001 0 1101 100011111 1000010 111111

Color Harmonies of #C461DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461DF

Black with #C461DF

Text Example


Text Example

White with #C461DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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