Html Css Color HEX #C26FCE Medium Orchid

📋 copy color: '#C26FCE'

red 194 ◦ green 111 ◦ blue 206

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

Shades of Medium Orchid #C26FCE

Tints of Medium Orchid #C26FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 37.96%
G = 21.72%
B = 40.31%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26FCE (or 0xC26FCE) is known color: Medium Orchid. HEX triplet: C2, 6F and CE. RGB value is (194,111,206). Sum of RGB (Red+Green+Blue) = 194+111+206=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCE is #3D9031. Grayscale: #929292. Windows color (decimal): -4034610 or 13529026. OLE color: 13529026.

HSL color Cylindrical-coordinate representation of color #C26FCE: hue angle of 292.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26FCE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 111 206 -
CMYK 0.06 0.46 0 0.19
HSL 292.42º 0.49% 0.62% -
HSV(B) 292.42º 0.46% 0.81% -
XYZ 39.07 27.29 61.6 -
YUV 146.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 194 111 206 0.06 0.46 0 0.19 292.42 0.49 0.62
Hex C2 6F CE 6 2E 0 13 124 31 3E
Octal 302 157 316 6 56 0 23 444 61 76
Binary 11000010 1101111 11001110 110 101110 0 10011 100100100 110001 111110

Color Harmonies of #C26FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FCE

Black with #C26FCE

Text Example


Text Example

White with #C26FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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