Html Css Color HEX #C46CCF Medium Orchid

📋 copy color: '#C46CCF'

red 196 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #C46CCF

Tints of Medium Orchid #C46CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 38.36%
G = 21.14%
B = 40.51%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C46CCF (or 0xC46CCF) is known color: Medium Orchid. HEX triplet: C4, 6C and CF. RGB value is (196,108,207). Sum of RGB (Red+Green+Blue) = 196+108+207=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C46CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CCF is #3B9330. Grayscale: #919191. Windows color (decimal): -3904305 or 13593796. OLE color: 13593796.

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

Color convert

RGB 196 108 207 -
CMYK 0.05 0.48 0 0.19
HSL 293.33º 0.51% 0.62% -
HSV(B) 293.33º 0.48% 0.81% -
XYZ 39.39 26.97 62.16 -
YUV 145.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 196 108 207 0.05 0.48 0 0.19 293.33 0.51 0.62
Hex C4 6C CF 5 30 0 13 125 33 3E
Octal 304 154 317 5 60 0 23 445 63 76
Binary 11000100 1101100 11001111 101 110000 0 10011 100100101 110011 111110

Color Harmonies of #C46CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CCF

Black with #C46CCF

Text Example


Text Example

White with #C46CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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