#C27BC9

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

Shades of Orchid #C27BC9

Tints of Orchid #C27BC9

Color information

#C27BC9 (or 0xC27BC9) is unknown color: approx Orchid. HEX triplet: C2, 7B and C9. RGB value is (194,123,201). Sum of RGB (Red+Green+Blue) = 194+123+201=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC9 is #3D8436. Grayscale: #989898. Windows color (decimal): -4031543 or 13204418. OLE color: 13204418.

HSL color Cylindrical-coordinate representation of color #C27BC9: hue angle of 294.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27BC9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194123201-
CMYK0.030.3900.21
HSL294.62º41.94%63.53%-
HSV(B)294.62º38.81%78.82%-
XYZ39.8729.8558.92-
YUV153.12155.02157.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=37.45%
G=23.75%
B=38.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941232010.030.3900.21294.6241.9463.53
HexC27BC93270151272a40
Octal30217331134702544752100
Binary11000010111101111001001111001110101011001001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BC9; }

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

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

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

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

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

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

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

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