#C27BC1

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

Shades of Orchid #C27BC1

Tints of Orchid #C27BC1

Color information

#C27BC1 (or 0xC27BC1) is unknown color: approx Orchid. HEX triplet: C2, 7B and C1. RGB value is (194,123,193). Sum of RGB (Red+Green+Blue) = 194+123+193=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC1 is #3D843E. Grayscale: #979797. Windows color (decimal): -4031551 or 12680130. OLE color: 12680130.

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

Color convert

RGB194123193-
CMYK00.370.010.24
HSL300.85º36.79%62.16%-
HSV(B)300.85º36.6%76.08%-
XYZ38.9629.4954.09-
YUV152.21151.02157.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=38.04%
G=24.12%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412319300.370.010.24300.8536.7962.16
HexC27BC102511812d253e
Octal3021733010451304554576
Binary110000101111011110000010100101111000100101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BC1; }

 p { color: rgb(194,123,193); }

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

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

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

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

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

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

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