#C27ABC

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

Shades of Orchid #C27ABC

Tints of Orchid #C27ABC

Color information

#C27ABC (or 0xC27ABC) is unknown color: approx Orchid. HEX triplet: C2, 7A and BC. RGB value is (194,122,188). Sum of RGB (Red+Green+Blue) = 194+122+188=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C27ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ABC is #3D8543. Grayscale: #969696. Windows color (decimal): -4031812 or 12352194. OLE color: 12352194.

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

Color convert

RGB194122188-
CMYK00.370.030.24
HSL305º37.11%61.96%-
HSV(B)305º37.11%76.08%-
XYZ38.2829.0251.16-
YUV151.05148.85158.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=38.49%
G=24.21%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412218800.370.030.2430537.1161.96
HexC27ABC025318131253e
Octal3021722740453304614576
Binary1100001011110101011110001001011111000100110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ABC; }

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

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

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

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

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

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

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

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