#C27FC0

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

Shades of Orchid #C27FC0

Tints of Orchid #C27FC0

Color information

#C27FC0 (or 0xC27FC0) is unknown color: approx Orchid. HEX triplet: C2, 7F and C0. RGB value is (194,127,192). Sum of RGB (Red+Green+Blue) = 194+127+192=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FC0 is #3D803F. Grayscale: #9A9A9A. Windows color (decimal): -4030528 or 12615618. OLE color: 12615618.

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

Color convert

RGB194127192-
CMYK00.350.010.24
HSL301.79º35.45%62.94%-
HSV(B)301.79º34.54%76.08%-
XYZ39.3530.4553.67-
YUV154.44149.2156.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=37.82%
G=24.76%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412719200.350.010.24301.7935.4562.94
HexC27FC002311812e233f
Octal3021773000431304564377
Binary110000101111111110000000100011111000100101110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FC0; }

 p { color: rgb(194,127,192); }

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

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

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

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

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

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

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