#C27DC1

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

Shades of Orchid #C27DC1

Tints of Orchid #C27DC1

Color information

#C27DC1 (or 0xC27DC1) is unknown color: approx Orchid. HEX triplet: C2, 7D and C1. RGB value is (194,125,193). Sum of RGB (Red+Green+Blue) = 194+125+193=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC1 is #3D823E. Grayscale: #999999. Windows color (decimal): -4031039 or 12680642. OLE color: 12680642.

HSL color Cylindrical-coordinate representation of color #C27DC1: hue angle of 300.87º 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 #C27DC1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194125193-
CMYK00.360.010.24
HSL300.87º36.13%62.55%-
HSV(B)300.87º35.57%76.08%-
XYZ39.2129.9954.17-
YUV153.38150.36156.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=37.89%
G=24.41%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412519300.360.010.24300.8736.1362.55
HexC27DC102411812d243f
Octal3021753010441304554477
Binary110000101111101110000010100100111000100101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DC1; }

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

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

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

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

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

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

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

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