#C27CCA

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

Shades of Orchid #C27CCA

Tints of Orchid #C27CCA

Color information

#C27CCA (or 0xC27CCA) is unknown color: approx Orchid. HEX triplet: C2, 7C and CA. RGB value is (194,124,202). Sum of RGB (Red+Green+Blue) = 194+124+202=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCA is #3D8335. Grayscale: #999999. Windows color (decimal): -4031286 or 13270210. OLE color: 13270210.

HSL color Cylindrical-coordinate representation of color #C27CCA: hue angle of 293.85º 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 #C27CCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194124202-
CMYK0.040.3900.21
HSL293.85º42.39%63.92%-
HSV(B)293.85º38.61%79.22%-
XYZ40.1230.1559.58-
YUV153.82155.19156.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=37.31%
G=23.85%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941242020.040.3900.21293.8542.3963.92
HexC27CCA4270151262a40
Octal30217431244702544652100
Binary110000101111100110010101001001110101011001001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27CCA; }

 p { color: rgb(194,124,202); }

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

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

 a { background-color: rgb(194,124,202); }

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

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

 span { border-color: rgb(194,124,202); }

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