Html Css Color HEX #C26FE3 Medium Orchid

📋 copy color: '#C26FE3'

red 194 ◦ green 111 ◦ blue 227

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

Shades of Medium Orchid #C26FE3

Tints of Medium Orchid #C26FE3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

 BLUE value IS 227 (89.06% from 255) = 42.67%

R = 36.47%
G = 20.86%
B = 42.67%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C26FE3 (or 0xC26FE3) is known color: Medium Orchid. HEX triplet: C2, 6F and E3. RGB value is (194,111,227). Sum of RGB (Red+Green+Blue) = 194+111+227=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #C26FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FE3 is #3D901C. Grayscale: #949494. Windows color (decimal): -4034589 or 14905282. OLE color: 14905282.

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

Color convert

RGB 194 111 227 -
CMYK 0.15 0.51 0 0.11
HSL 282.93º 0.67% 0.66% -
HSV(B) 282.93º 0.51% 0.89% -
XYZ 41.8 28.38 75.95 -
YUV 149.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 194 111 227 0.15 0.51 0 0.11 282.93 0.67 0.66
Hex C2 6F E3 F 33 0 B 11B 43 42
Octal 302 157 343 17 63 0 13 433 103 102
Binary 11000010 1101111 11100011 1111 110011 0 1011 100011011 1000011 1000010

Color Harmonies of #C26FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FE3

Black with #C26FE3

Text Example


Text Example

White with #C26FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FE3; }

 p { color: rgb(194,111,227); }

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

background-color css

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

 a { background-color: rgb(194,111,227); }

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

border-color css

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

 span { border-color: rgb(194,111,227); }

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