#C27FCE

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

Shades of Orchid #C27FCE

Tints of Orchid #C27FCE

Color information

#C27FCE (or 0xC27FCE) is unknown color: approx Orchid. HEX triplet: C2, 7F and CE. RGB value is (194,127,206). Sum of RGB (Red+Green+Blue) = 194+127+206=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C27FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCE is #3D8031. Grayscale: #9B9B9B. Windows color (decimal): -4030514 or 13533122. OLE color: 13533122.

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

Color convert

RGB194127206-
CMYK0.060.3800.19
HSL290.89º44.63%65.29%-
HSV(B)290.89º38.35%80.78%-
XYZ40.9831.162.24-
YUV156.04156.2155.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=36.81%
G=24.10%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941272060.060.3800.19290.8944.6365.29
HexC27FCE6260131232d41
Octal30217731664602344355101
Binary110000101111111110011101101001100100111001000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FCE; }

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

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

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

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

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

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

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

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