Html Css Color HEX #C26DDE Medium Orchid

📋 copy color: '#C26DDE'

red 194 ◦ green 109 ◦ blue 222

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

Shades of Medium Orchid #C26DDE

Tints of Medium Orchid #C26DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 36.95%
G = 20.76%
B = 42.29%

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

#C26DDE (or 0xC26DDE) is known color: Medium Orchid. HEX triplet: C2, 6D and DE. RGB value is (194,109,222). Sum of RGB (Red+Green+Blue) = 194+109+222=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C26DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DDE is #3D9221. Grayscale: #929292. Windows color (decimal): -4035106 or 14577090. OLE color: 14577090.

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

Color convert

RGB 194 109 222 -
CMYK 0.13 0.51 0 0.13
HSL 285.13º 0.63% 0.65% -
HSV(B) 285.13º 0.51% 0.87% -
XYZ 40.9 27.68 72.29 -
YUV 147.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 194 109 222 0.13 0.51 0 0.13 285.13 0.63 0.65
Hex C2 6D DE D 33 0 D 11D 3F 41
Octal 302 155 336 15 63 0 15 435 77 101
Binary 11000010 1101101 11011110 1101 110011 0 1101 100011101 111111 1000001

Color Harmonies of #C26DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DDE

Black with #C26DDE

Text Example


Text Example

White with #C26DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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