Html Css Color HEX #C461CE Medium Orchid

📋 copy color: '#C461CE'

red 196 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #C461CE

Tints of Medium Orchid #C461CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 39.28%
G = 19.44%
B = 41.28%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C461CE (or 0xC461CE) is known color: Medium Orchid. HEX triplet: C4, 61 and CE. RGB value is (196,97,206). Sum of RGB (Red+Green+Blue) = 196+97+206=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C461CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461CE is #3B9E31. Grayscale: #8A8A8A. Windows color (decimal): -3907122 or 13525444. OLE color: 13525444.

HSL color Cylindrical-coordinate representation of color #C461CE: hue angle of 294.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C461CE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 97 206 -
CMYK 0.05 0.53 0 0.19
HSL 294.5º 0.53% 0.59% -
HSV(B) 294.5º 0.53% 0.81% -
XYZ 38.18 24.74 61.16 -
YUV 139.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 196 97 206 0.05 0.53 0 0.19 294.5 0.53 0.59
Hex C4 61 CE 5 35 0 13 126 35 3B
Octal 304 141 316 5 65 0 23 446 65 73
Binary 11000100 1100001 11001110 101 110101 0 10011 100100110 110101 111011

Color Harmonies of #C461CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461CE

Black with #C461CE

Text Example


Text Example

White with #C461CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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