#C27DCE

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

Shades of Orchid #C27DCE

Tints of Orchid #C27DCE

Color information

#C27DCE (or 0xC27DCE) is unknown color: approx Orchid. HEX triplet: C2, 7D and CE. RGB value is (194,125,206). Sum of RGB (Red+Green+Blue) = 194+125+206=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C27DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCE is #3D8231. Grayscale: #9A9A9A. Windows color (decimal): -4031026 or 13532610. OLE color: 13532610.

HSL color Cylindrical-coordinate representation of color #C27DCE: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27DCE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194125206-
CMYK0.060.3900.19
HSL291.11º45.25%64.9%-
HSV(B)291.11º39.32%80.78%-
XYZ40.7230.5962.15-
YUV154.86156.86155.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=36.95%
G=23.81%
B=39.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941252060.060.3900.19291.1145.2564.9
HexC27DCE6270131232d41
Octal30217531664702344355101
Binary110000101111101110011101101001110100111001000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DCE; }

 p { color: rgb(194,125,206); }

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

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

 a { background-color: rgb(194,125,206); }

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

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

 span { border-color: rgb(194,125,206); }

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