Html Css Color HEX #C26DDD Medium Orchid

📋 copy color: '#C26DDD'

red 194 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #C26DDD

Tints of Medium Orchid #C26DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 37.02%
G = 20.8%
B = 42.18%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26DDD (or 0xC26DDD) is known color: Medium Orchid. HEX triplet: C2, 6D and DD. RGB value is (194,109,221). Sum of RGB (Red+Green+Blue) = 194+109+221=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DDD is #3D9222. Grayscale: #929292. Windows color (decimal): -4035107 or 14511554. OLE color: 14511554.

HSL color Cylindrical-coordinate representation of color #C26DDD: hue angle of 285.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26DDD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 109 221 -
CMYK 0.12 0.51 0 0.13
HSL 285.54º 0.62% 0.65% -
HSV(B) 285.54º 0.51% 0.87% -
XYZ 40.77 27.63 71.59 -
YUV 147.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 194 109 221 0.12 0.51 0 0.13 285.54 0.62 0.65
Hex C2 6D DD C 33 0 D 11E 3E 41
Octal 302 155 335 14 63 0 15 436 76 101
Binary 11000010 1101101 11011101 1100 110011 0 1101 100011110 111110 1000001

Color Harmonies of #C26DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DDD

Black with #C26DDD

Text Example


Text Example

White with #C26DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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