#C26FCC

Color #C26FCC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C26FCC

Tints of Orchid #C26FCC

Color information

#C26FCC (or 0xC26FCC) is unknown color: approx Orchid. HEX triplet: C2, 6F and CC. RGB value is (194,111,204). Sum of RGB (Red+Green+Blue) = 194+111+204=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCC is #3D9033. Grayscale: #929292. Windows color (decimal): -4034612 or 13397954. OLE color: 13397954.

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

Color convert

RGB194111204-
CMYK0.050.4600.2
HSL293.55º47.69%61.76%-
HSV(B)293.55º45.59%80%-
XYZ38.8327.260.33-
YUV146.42160.5161.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=38.11%
G=21.81%
B=40.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941112040.050.4600.2293.5547.6961.76
HexC26FCC52E014126303e
Octal3021573145560244466076
Binary11000010110111111001100101101110010100100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26FCC; }

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

 H1.HeaderClassName
 {
   color: #C26FCC;
 }
 .AnyTagClassName
 {
   color: #C26FCC;
 }
</style>
background-color css

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

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

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

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

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

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