Html Css Color HEX #C46CEA Medium Orchid

📋 copy color: '#C46CEA'

red 196 ◦ green 108 ◦ blue 234

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

Shades of Medium Orchid #C46CEA

Tints of Medium Orchid #C46CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 36.43%
G = 20.07%
B = 43.49%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C46CEA (or 0xC46CEA) is known color: Medium Orchid. HEX triplet: C4, 6C and EA. RGB value is (196,108,234). Sum of RGB (Red+Green+Blue) = 196+108+234=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C46CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CEA is #3B9315. Grayscale: #949494. Windows color (decimal): -3904278 or 15363268. OLE color: 15363268.

HSL color Cylindrical-coordinate representation of color #C46CEA: hue angle of 281.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C46CEA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 108 234 -
CMYK 0.16 0.54 0 0.08
HSL 281.9º 0.75% 0.67% -
HSV(B) 281.9º 0.54% 0.92% -
XYZ 42.98 28.4 81.06 -
YUV 148.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 196 108 234 0.16 0.54 0 0.08 281.9 0.75 0.67
Hex C4 6C EA 10 36 0 8 11A 4B 43
Octal 304 154 352 20 66 0 10 432 113 103
Binary 11000100 1101100 11101010 10000 110110 0 1000 100011010 1001011 1000011

Color Harmonies of #C46CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CEA

Black with #C46CEA

Text Example


Text Example

White with #C46CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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