Html Css Color HEX #C461DE Medium Orchid

📋 copy color: '#C461DE'

red 196 ◦ green 97 ◦ blue 222

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

Shades of Medium Orchid #C461DE

Tints of Medium Orchid #C461DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 38.06%
G = 18.83%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C461DE (or 0xC461DE) is known color: Medium Orchid. HEX triplet: C4, 61 and DE. RGB value is (196,97,222). Sum of RGB (Red+Green+Blue) = 196+97+222=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C461DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DE is #3B9E21. Grayscale: #8C8C8C. Windows color (decimal): -3907106 or 14574020. OLE color: 14574020.

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

Color convert

RGB 196 97 222 -
CMYK 0.12 0.56 0 0.13
HSL 287.52º 0.65% 0.63% -
HSV(B) 287.52º 0.56% 0.87% -
XYZ 40.22 25.56 71.92 -
YUV 140.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 196 97 222 0.12 0.56 0 0.13 287.52 0.65 0.63
Hex C4 61 DE C 38 0 D 120 41 3F
Octal 304 141 336 14 70 0 15 440 101 77
Binary 11000100 1100001 11011110 1100 111000 0 1101 100100000 1000001 111111

Color Harmonies of #C461DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461DE

Black with #C461DE

Text Example


Text Example

White with #C461DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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