Html Css Color HEX #C26DE7 Medium Orchid

📋 copy color: '#C26DE7'

red 194 ◦ green 109 ◦ blue 231

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

Shades of Medium Orchid #C26DE7

Tints of Medium Orchid #C26DE7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.41%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 36.33%
G = 20.41%
B = 43.26%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C26DE7 (or 0xC26DE7) is known color: Medium Orchid. HEX triplet: C2, 6D and E7. RGB value is (194,109,231). Sum of RGB (Red+Green+Blue) = 194+109+231=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #C26DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26DE7 is #3D9218. Grayscale: #939393. Windows color (decimal): -4035097 or 15166914. OLE color: 15166914.

HSL color Cylindrical-coordinate representation of color #C26DE7: hue angle of 281.8º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26DE7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 109 231 -
CMYK 0.16 0.53 0 0.09
HSL 281.8º 0.72% 0.67% -
HSV(B) 281.8º 0.53% 0.91% -
XYZ 42.14 28.18 78.82 -
YUV 148.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 194 109 231 0.16 0.53 0 0.09 281.8 0.72 0.67
Hex C2 6D E7 10 35 0 9 11A 48 43
Octal 302 155 347 20 65 0 11 432 110 103
Binary 11000010 1101101 11100111 10000 110101 0 1001 100011010 1001000 1000011

Color Harmonies of #C26DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DE7

Black with #C26DE7

Text Example


Text Example

White with #C26DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DE7; }

 p { color: rgb(194,109,231); }

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

background-color css

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

 a { background-color: rgb(194,109,231); }

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

border-color css

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

 span { border-color: rgb(194,109,231); }

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