Html Css Color HEX #C26CEB Medium Orchid

📋 copy color: '#C26CEB'

red 194 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #C26CEB

Tints of Medium Orchid #C26CEB

RGB

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

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

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

R = 36.13%
G = 20.11%
B = 43.76%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C26CEB (or 0xC26CEB) is known color: Medium Orchid. HEX triplet: C2, 6C and EB. RGB value is (194,108,235). Sum of RGB (Red+Green+Blue) = 194+108+235=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C26CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CEB is #3D9314. Grayscale: #939393. Windows color (decimal): -4035349 or 15428802. OLE color: 15428802.

HSL color Cylindrical-coordinate representation of color #C26CEB: hue angle of 280.63º degrees, saturation: 0.76, 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 #C26CEB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 108 235 -
CMYK 0.17 0.54 0 0.08
HSL 280.63º 0.76% 0.67% -
HSV(B) 280.63º 0.54% 0.92% -
XYZ 42.61 28.19 81.79 -
YUV 148.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 194 108 235 0.17 0.54 0 0.08 280.63 0.76 0.67
Hex C2 6C EB 11 36 0 8 119 4C 43
Octal 302 154 353 21 66 0 10 431 114 103
Binary 11000010 1101100 11101011 10001 110110 0 1000 100011001 1001100 1000011

Color Harmonies of #C26CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26CEB

Black with #C26CEB

Text Example


Text Example

White with #C26CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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