#C27DC2

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

Shades of Orchid #C27DC2

Tints of Orchid #C27DC2

Color information

#C27DC2 (or 0xC27DC2) is unknown color: approx Orchid. HEX triplet: C2, 7D and C2. RGB value is (194,125,194). Sum of RGB (Red+Green+Blue) = 194+125+194=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C27DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC2 is #3D823D. Grayscale: #999999. Windows color (decimal): -4031038 or 12746178. OLE color: 12746178.

HSL color Cylindrical-coordinate representation of color #C27DC2: hue angle of 300º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DC2 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194125194-
CMYK00.3600.24
HSL300º36.13%62.55%-
HSV(B)300º35.57%76.08%-
XYZ39.3230.0354.76-
YUV153.5150.86156.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=37.82%
G=24.37%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412519400.3600.2430036.1362.55
HexC27DC202401812c243f
Octal3021753020440304544477
Binary110000101111101110000100100100011000100101100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DC2; }

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

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

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

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

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

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

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

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