Html Css Color HEX #C26DDB Medium Orchid

📋 copy color: '#C26DDB'

red 194 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #C26DDB

Tints of Medium Orchid #C26DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

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

R = 37.16%
G = 20.88%
B = 41.95%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C26DDB (or 0xC26DDB) is known color: Medium Orchid. HEX triplet: C2, 6D and DB. RGB value is (194,109,219). Sum of RGB (Red+Green+Blue) = 194+109+219=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C26DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DDB is #3D9224. Grayscale: #929292. Windows color (decimal): -4035109 or 14380482. OLE color: 14380482.

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

Color convert

RGB 194 109 219 -
CMYK 0.11 0.50 0 0.14
HSL 286.36º 0.6% 0.64% -
HSV(B) 286.36º 0.5% 0.86% -
XYZ 40.5 27.52 70.2 -
YUV 146.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 194 109 219 0.11 0.50 0 0.14 286.36 0.6 0.64
Hex C2 6D DB B 32 0 E 11E 3C 40
Octal 302 155 333 13 62 0 16 436 74 100
Binary 11000010 1101101 11011011 1011 110010 0 1110 100011110 111100 1000000

Color Harmonies of #C26DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DDB

Black with #C26DDB

Text Example


Text Example

White with #C26DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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