Html Css Color HEX #C26AEB Medium Orchid

📋 copy color: '#C26AEB'

red 194 ◦ green 106 ◦ blue 235

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

Shades of Medium Orchid #C26AEB

Tints of Medium Orchid #C26AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 36.26%
G = 19.81%
B = 43.93%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C26AEB (or 0xC26AEB) is known color: Medium Orchid. HEX triplet: C2, 6A and EB. RGB value is (194,106,235). Sum of RGB (Red+Green+Blue) = 194+106+235=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C26AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AEB is #3D9514. Grayscale: #929292. Windows color (decimal): -4035861 or 15428290. OLE color: 15428290.

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

Color convert

RGB 194 106 235 -
CMYK 0.17 0.55 0 0.08
HSL 280.93º 0.76% 0.67% -
HSV(B) 280.93º 0.55% 0.92% -
XYZ 42.4 27.78 81.72 -
YUV 147.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 194 106 235 0.17 0.55 0 0.08 280.93 0.76 0.67
Hex C2 6A EB 11 37 0 8 119 4C 43
Octal 302 152 353 21 67 0 10 431 114 103
Binary 11000010 1101010 11101011 10001 110111 0 1000 100011001 1001100 1000011

Color Harmonies of #C26AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26AEB

Black with #C26AEB

Text Example


Text Example

White with #C26AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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