Html Css Color HEX #C26ACC Medium Orchid

📋 copy color: '#C26ACC'

red 194 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #C26ACC

Tints of Medium Orchid #C26ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 38.49%
G = 21.03%
B = 40.48%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C26ACC (or 0xC26ACC) is known color: Medium Orchid. HEX triplet: C2, 6A and CC. RGB value is (194,106,204). Sum of RGB (Red+Green+Blue) = 194+106+204=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACC is #3D9533. Grayscale: #8F8F8F. Windows color (decimal): -4035892 or 13396674. OLE color: 13396674.

HSL color Cylindrical-coordinate representation of color #C26ACC: hue angle of 293.88º degrees, saturation: 0.49, 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 #C26ACC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 106 204 -
CMYK 0.05 0.48 0 0.2
HSL 293.88º 0.49% 0.61% -
HSV(B) 293.88º 0.48% 0.8% -
XYZ 38.3 26.14 60.15 -
YUV 143.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 194 106 204 0.05 0.48 0 0.2 293.88 0.49 0.61
Hex C2 6A CC 5 30 0 14 126 31 3D
Octal 302 152 314 5 60 0 24 446 61 75
Binary 11000010 1101010 11001100 101 110000 0 10100 100100110 110001 111101

Color Harmonies of #C26ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ACC

Black with #C26ACC

Text Example


Text Example

White with #C26ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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