Html Css Color HEX #C26ADA Medium Orchid

📋 copy color: '#C26ADA'

red 194 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #C26ADA

Tints of Medium Orchid #C26ADA

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 37.45%
G = 20.46%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C26ADA (or 0xC26ADA) is known color: Medium Orchid. HEX triplet: C2, 6A and DA. RGB value is (194,106,218). Sum of RGB (Red+Green+Blue) = 194+106+218=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADA is #3D9525. Grayscale: #909090. Windows color (decimal): -4035878 or 14314178. OLE color: 14314178.

HSL color Cylindrical-coordinate representation of color #C26ADA: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26ADA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 106 218 -
CMYK 0.11 0.51 0 0.15
HSL 287.14º 0.6% 0.64% -
HSV(B) 287.14º 0.51% 0.85% -
XYZ 40.06 26.84 69.4 -
YUV 145.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 194 106 218 0.11 0.51 0 0.15 287.14 0.6 0.64
Hex C2 6A DA B 33 0 F 11F 3C 40
Octal 302 152 332 13 63 0 17 437 74 100
Binary 11000010 1101010 11011010 1011 110011 0 1111 100011111 111100 1000000

Color Harmonies of #C26ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ADA

Black with #C26ADA

Text Example


Text Example

White with #C26ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ADA; }

 p { color: rgb(194,106,218); }

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

background-color css

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

 a { background-color: rgb(194,106,218); }

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

border-color css

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

 span { border-color: rgb(194,106,218); }

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