Html Css Color HEX #C46ACF Medium Orchid

📋 copy color: '#C46ACF'

red 196 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #C46ACF

Tints of Medium Orchid #C46ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 38.51%
G = 20.83%
B = 40.67%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C46ACF (or 0xC46ACF) is known color: Medium Orchid. HEX triplet: C4, 6A and CF. RGB value is (196,106,207). Sum of RGB (Red+Green+Blue) = 196+106+207=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C46ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ACF is #3B9530. Grayscale: #909090. Windows color (decimal): -3904817 or 13593284. OLE color: 13593284.

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

Color convert

RGB 196 106 207 -
CMYK 0.05 0.49 0 0.19
HSL 293.47º 0.51% 0.61% -
HSV(B) 293.47º 0.49% 0.81% -
XYZ 39.18 26.55 62.09 -
YUV 144.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 196 106 207 0.05 0.49 0 0.19 293.47 0.51 0.61
Hex C4 6A CF 5 31 0 13 125 33 3D
Octal 304 152 317 5 61 0 23 445 63 75
Binary 11000100 1101010 11001111 101 110001 0 10011 100100101 110011 111101

Color Harmonies of #C46ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ACF

Black with #C46ACF

Text Example


Text Example

White with #C46ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ACF; }

 p { color: rgb(196,106,207); }

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

background-color css

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

 a { background-color: rgb(196,106,207); }

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

border-color css

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

 span { border-color: rgb(196,106,207); }

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