Html Css Color HEX #C26ACD Medium Orchid

📋 copy color: '#C26ACD'

red 194 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #C26ACD

Tints of Medium Orchid #C26ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

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

R = 38.42%
G = 20.99%
B = 40.59%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C26ACD (or 0xC26ACD) is known color: Medium Orchid. HEX triplet: C2, 6A and CD. RGB value is (194,106,205). Sum of RGB (Red+Green+Blue) = 194+106+205=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C26ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACD is #3D9532. Grayscale: #8F8F8F. Windows color (decimal): -4035891 or 13462210. OLE color: 13462210.

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

Color convert

RGB 194 106 205 -
CMYK 0.05 0.48 0 0.20
HSL 293.33º 0.5% 0.61% -
HSV(B) 293.33º 0.48% 0.8% -
XYZ 38.42 26.19 60.79 -
YUV 143.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 194 106 205 0.05 0.48 0 0.20 293.33 0.5 0.61
Hex C2 6A CD 5 30 0 14 125 32 3D
Octal 302 152 315 5 60 0 24 445 62 75
Binary 11000010 1101010 11001101 101 110000 0 10100 100100101 110010 111101

Color Harmonies of #C26ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ACD

Black with #C26ACD

Text Example


Text Example

White with #C26ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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