#C27FCC

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

Shades of Orchid #C27FCC

Tints of Orchid #C27FCC

Color information

#C27FCC (or 0xC27FCC) is unknown color: approx Orchid. HEX triplet: C2, 7F and CC. RGB value is (194,127,204). Sum of RGB (Red+Green+Blue) = 194+127+204=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCC is #3D8033. Grayscale: #9B9B9B. Windows color (decimal): -4030516 or 13402050. OLE color: 13402050.

HSL color Cylindrical-coordinate representation of color #C27FCC: hue angle of 292.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27FCC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194127204-
CMYK0.050.3800.2
HSL292.21º43.02%64.9%-
HSV(B)292.21º37.75%80%-
XYZ40.7431.0160.96-
YUV155.81155.2155.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=36.95%
G=24.19%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941272040.050.3800.2292.2143.0264.9
HexC27FCC5260141242b41
Octal30217731454602444453101
Binary110000101111111110011001011001100101001001001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FCC; }

 p { color: rgb(194,127,204); }

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

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

 a { background-color: rgb(194,127,204); }

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

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

 span { border-color: rgb(194,127,204); }

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