Html Css Color HEX #C26FDB Medium Orchid

📋 copy color: '#C26FDB'

red 194 ◦ green 111 ◦ blue 219

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

Shades of Medium Orchid #C26FDB

Tints of Medium Orchid #C26FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 37.02%
G = 21.18%
B = 41.79%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C26FDB (or 0xC26FDB) is known color: Medium Orchid. HEX triplet: C2, 6F and DB. RGB value is (194,111,219). Sum of RGB (Red+Green+Blue) = 194+111+219=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C26FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FDB is #3D9024. Grayscale: #939393. Windows color (decimal): -4034597 or 14380994. OLE color: 14380994.

HSL color Cylindrical-coordinate representation of color #C26FDB: hue angle of 286.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26FDB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 111 219 -
CMYK 0.11 0.49 0 0.14
HSL 286.11º 0.6% 0.65% -
HSV(B) 286.11º 0.49% 0.86% -
XYZ 40.72 27.95 70.27 -
YUV 148.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 194 111 219 0.11 0.49 0 0.14 286.11 0.6 0.65
Hex C2 6F DB B 31 0 E 11E 3C 41
Octal 302 157 333 13 61 0 16 436 74 101
Binary 11000010 1101111 11011011 1011 110001 0 1110 100011110 111100 1000001

Color Harmonies of #C26FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26FDB

Black with #C26FDB

Text Example


Text Example

White with #C26FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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