Html Css Color HEX #C26FD6 Medium Orchid

📋 copy color: '#C26FD6'

red 194 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #C26FD6

Tints of Medium Orchid #C26FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 37.38%
G = 21.39%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C26FD6 (or 0xC26FD6) is known color: Medium Orchid. HEX triplet: C2, 6F and D6. RGB value is (194,111,214). Sum of RGB (Red+Green+Blue) = 194+111+214=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #C26FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FD6 is #3D9029. Grayscale: #939393. Windows color (decimal): -4034602 or 14053314. OLE color: 14053314.

HSL color Cylindrical-coordinate representation of color #C26FD6: hue angle of 288.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26FD6 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 111 214 -
CMYK 0.09 0.48 0 0.16
HSL 288.35º 0.56% 0.64% -
HSV(B) 288.35º 0.48% 0.84% -
XYZ 40.07 27.69 66.85 -
YUV 147.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 194 111 214 0.09 0.48 0 0.16 288.35 0.56 0.64
Hex C2 6F D6 9 30 0 10 120 38 40
Octal 302 157 326 11 60 0 20 440 70 100
Binary 11000010 1101111 11010110 1001 110000 0 10000 100100000 111000 1000000

Color Harmonies of #C26FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FD6

Black with #C26FD6

Text Example


Text Example

White with #C26FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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