Html Css Color HEX #C26DCD Medium Orchid

📋 copy color: '#C26DCD'

red 194 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #C26DCD

Tints of Medium Orchid #C26DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 38.19%
G = 21.46%
B = 40.35%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C26DCD (or 0xC26DCD) is known color: Medium Orchid. HEX triplet: C2, 6D and CD. RGB value is (194,109,205). Sum of RGB (Red+Green+Blue) = 194+109+205=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C26DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCD is #3D9232. Grayscale: #919191. Windows color (decimal): -4035123 or 13462978. OLE color: 13462978.

HSL color Cylindrical-coordinate representation of color #C26DCD: hue angle of 293.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26DCD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 109 205 -
CMYK 0.05 0.47 0 0.20
HSL 293.13º 0.49% 0.62% -
HSV(B) 293.13º 0.47% 0.8% -
XYZ 38.74 26.81 60.89 -
YUV 145.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 194 109 205 0.05 0.47 0 0.20 293.13 0.49 0.62
Hex C2 6D CD 5 2F 0 14 125 31 3E
Octal 302 155 315 5 57 0 24 445 61 76
Binary 11000010 1101101 11001101 101 101111 0 10100 100100101 110001 111110

Color Harmonies of #C26DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DCD

Black with #C26DCD

Text Example


Text Example

White with #C26DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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