Html Css Color HEX #C26DCC Medium Orchid

📋 copy color: '#C26DCC'

red 194 ◦ green 109 ◦ blue 204

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

Shades of Medium Orchid #C26DCC

Tints of Medium Orchid #C26DCC

RGB

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

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

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

R = 38.26%
G = 21.5%
B = 40.24%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C26DCC (or 0xC26DCC) is known color: Medium Orchid. HEX triplet: C2, 6D and CC. RGB value is (194,109,204). Sum of RGB (Red+Green+Blue) = 194+109+204=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCC is #3D9233. Grayscale: #909090. Windows color (decimal): -4035124 or 13397442. OLE color: 13397442.

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

Color convert

RGB 194 109 204 -
CMYK 0.05 0.47 0 0.2
HSL 293.68º 0.48% 0.61% -
HSV(B) 293.68º 0.47% 0.8% -
XYZ 38.62 26.77 60.26 -
YUV 145.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 194 109 204 0.05 0.47 0 0.2 293.68 0.48 0.61
Hex C2 6D CC 5 2F 0 14 126 30 3D
Octal 302 155 314 5 57 0 24 446 60 75
Binary 11000010 1101101 11001100 101 101111 0 10100 100100110 110000 111101

Color Harmonies of #C26DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26DCC

Black with #C26DCC

Text Example


Text Example

White with #C26DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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