Html Css Color HEX #C26DCE Medium Orchid

📋 copy color: '#C26DCE'

red 194 ◦ green 109 ◦ blue 206

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

Shades of Medium Orchid #C26DCE

Tints of Medium Orchid #C26DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 38.11%
G = 21.41%
B = 40.47%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26DCE (or 0xC26DCE) is known color: Medium Orchid. HEX triplet: C2, 6D and CE. RGB value is (194,109,206). Sum of RGB (Red+Green+Blue) = 194+109+206=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C26DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCE is #3D9231. Grayscale: #919191. Windows color (decimal): -4035122 or 13528514. OLE color: 13528514.

HSL color Cylindrical-coordinate representation of color #C26DCE: hue angle of 292.58º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26DCE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 109 206 -
CMYK 0.06 0.47 0 0.19
HSL 292.58º 0.5% 0.62% -
HSV(B) 292.58º 0.47% 0.81% -
XYZ 38.86 26.86 61.53 -
YUV 145.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 194 109 206 0.06 0.47 0 0.19 292.58 0.5 0.62
Hex C2 6D CE 6 2F 0 13 125 32 3E
Octal 302 155 316 6 57 0 23 445 62 76
Binary 11000010 1101101 11001110 110 101111 0 10011 100100101 110010 111110

Color Harmonies of #C26DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DCE

Black with #C26DCE

Text Example


Text Example

White with #C26DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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