#C27ABE

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

Shades of Orchid #C27ABE

Tints of Orchid #C27ABE

Color information

#C27ABE (or 0xC27ABE) is unknown color: approx Orchid. HEX triplet: C2, 7A and BE. RGB value is (194,122,190). Sum of RGB (Red+Green+Blue) = 194+122+190=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ABE is #3D8541. Grayscale: #979797. Windows color (decimal): -4031810 or 12483266. OLE color: 12483266.

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

Color convert

RGB194122190-
CMYK00.370.020.24
HSL303.33º37.11%61.96%-
HSV(B)303.33º37.11%76.08%-
XYZ38.529.1152.3-
YUV151.28149.85158.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=38.34%
G=24.11%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412219000.370.020.24303.3337.1161.96
HexC27ABE02521812f253e
Octal3021722760452304574576
Binary1100001011110101011111001001011011000100101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ABE; }

 p { color: rgb(194,122,190); }

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

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

 a { background-color: rgb(194,122,190); }

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

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

 span { border-color: rgb(194,122,190); }

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