Html Css Color HEX #C26ADE Medium Orchid

📋 copy color: '#C26ADE'

red 194 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C26ADE

Tints of Medium Orchid #C26ADE

RGB

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

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

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

R = 37.16%
G = 20.31%
B = 42.53%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26ADE (or 0xC26ADE) is known color: Medium Orchid. HEX triplet: C2, 6A and DE. RGB value is (194,106,222). Sum of RGB (Red+Green+Blue) = 194+106+222=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C26ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADE is #3D9521. Grayscale: #919191. Windows color (decimal): -4035874 or 14576322. OLE color: 14576322.

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

Color convert

RGB 194 106 222 -
CMYK 0.13 0.52 0 0.13
HSL 285.52º 0.64% 0.64% -
HSV(B) 285.52º 0.52% 0.87% -
XYZ 40.59 27.05 72.19 -
YUV 145.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 194 106 222 0.13 0.52 0 0.13 285.52 0.64 0.64
Hex C2 6A DE D 34 0 D 11E 40 40
Octal 302 152 336 15 64 0 15 436 100 100
Binary 11000010 1101010 11011110 1101 110100 0 1101 100011110 1000000 1000000

Color Harmonies of #C26ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ADE

Black with #C26ADE

Text Example


Text Example

White with #C26ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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