Html Css Color HEX #C26DDF Medium Orchid

📋 copy color: '#C26DDF'

red 194 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #C26DDF

Tints of Medium Orchid #C26DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 36.88%
G = 20.72%
B = 42.4%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C26DDF (or 0xC26DDF) is known color: Medium Orchid. HEX triplet: C2, 6D and DF. RGB value is (194,109,223). Sum of RGB (Red+Green+Blue) = 194+109+223=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C26DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DDF is #3D9220. Grayscale: #939393. Windows color (decimal): -4035105 or 14642626. OLE color: 14642626.

HSL color Cylindrical-coordinate representation of color #C26DDF: hue angle of 284.74º degrees, saturation: 0.64, 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 #C26DDF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 109 223 -
CMYK 0.13 0.51 0 0.13
HSL 284.74º 0.64% 0.65% -
HSV(B) 284.74º 0.51% 0.87% -
XYZ 41.04 27.73 73 -
YUV 147.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 194 109 223 0.13 0.51 0 0.13 284.74 0.64 0.65
Hex C2 6D DF D 33 0 D 11D 40 41
Octal 302 155 337 15 63 0 15 435 100 101
Binary 11000010 1101101 11011111 1101 110011 0 1101 100011101 1000000 1000001

Color Harmonies of #C26DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DDF

Black with #C26DDF

Text Example


Text Example

White with #C26DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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