Html Css Color HEX #C46BDE Medium Orchid

📋 copy color: '#C46BDE'

red 196 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #C46BDE

Tints of Medium Orchid #C46BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

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

R = 37.33%
G = 20.38%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C46BDE (or 0xC46BDE) is known color: Medium Orchid. HEX triplet: C4, 6B and DE. RGB value is (196,107,222). Sum of RGB (Red+Green+Blue) = 196+107+222=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C46BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BDE is #3B9421. Grayscale: #929292. Windows color (decimal): -3904546 or 14576580. OLE color: 14576580.

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

Color convert

RGB 196 107 222 -
CMYK 0.12 0.52 0 0.13
HSL 286.43º 0.64% 0.65% -
HSV(B) 286.43º 0.52% 0.87% -
XYZ 41.21 27.53 72.25 -
YUV 146.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 196 107 222 0.12 0.52 0 0.13 286.43 0.64 0.65
Hex C4 6B DE C 34 0 D 11E 40 41
Octal 304 153 336 14 64 0 15 436 100 101
Binary 11000100 1101011 11011110 1100 110100 0 1101 100011110 1000000 1000001

Color Harmonies of #C46BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BDE

Black with #C46BDE

Text Example


Text Example

White with #C46BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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