Html Css Color HEX #C26DD1 Medium Orchid

📋 copy color: '#C26DD1'

red 194 ◦ green 109 ◦ blue 209

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

Shades of Medium Orchid #C26DD1

Tints of Medium Orchid #C26DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 37.89%
G = 21.29%
B = 40.82%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C26DD1 (or 0xC26DD1) is known color: Medium Orchid. HEX triplet: C2, 6D and D1. RGB value is (194,109,209). Sum of RGB (Red+Green+Blue) = 194+109+209=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C26DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DD1 is #3D922E. Grayscale: #919191. Windows color (decimal): -4035119 or 13725122. OLE color: 13725122.

HSL color Cylindrical-coordinate representation of color #C26DD1: hue angle of 291º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26DD1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 109 209 -
CMYK 0.07 0.48 0 0.18
HSL 291º 0.52% 0.62% -
HSV(B) 291º 0.48% 0.82% -
XYZ 39.23 27.01 63.47 -
YUV 145.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 194 109 209 0.07 0.48 0 0.18 291 0.52 0.62
Hex C2 6D D1 7 30 0 12 123 34 3E
Octal 302 155 321 7 60 0 22 443 64 76
Binary 11000010 1101101 11010001 111 110000 0 10010 100100011 110100 111110

Color Harmonies of #C26DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DD1

Black with #C26DD1

Text Example


Text Example

White with #C26DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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