Html Css Color HEX #C26FE0 Medium Orchid

📋 copy color: '#C26FE0'

red 194 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #C26FE0

Tints of Medium Orchid #C26FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 36.67%
G = 20.98%
B = 42.34%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C26FE0 (or 0xC26FE0) is known color: Medium Orchid. HEX triplet: C2, 6F and E0. RGB value is (194,111,224). Sum of RGB (Red+Green+Blue) = 194+111+224=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C26FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FE0 is #3D901F. Grayscale: #949494. Windows color (decimal): -4034592 or 14708674. OLE color: 14708674.

HSL color Cylindrical-coordinate representation of color #C26FE0: hue angle of 284.07º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26FE0 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 111 224 -
CMYK 0.13 0.50 0 0.12
HSL 284.07º 0.65% 0.66% -
HSV(B) 284.07º 0.5% 0.88% -
XYZ 41.39 28.22 73.79 -
YUV 148.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 194 111 224 0.13 0.50 0 0.12 284.07 0.65 0.66
Hex C2 6F E0 D 32 0 C 11C 41 42
Octal 302 157 340 15 62 0 14 434 101 102
Binary 11000010 1101111 11100000 1101 110010 0 1100 100011100 1000001 1000010

Color Harmonies of #C26FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FE0

Black with #C26FE0

Text Example


Text Example

White with #C26FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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