#C27DCC

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

Shades of Orchid #C27DCC

Tints of Orchid #C27DCC

Color information

#C27DCC (or 0xC27DCC) is unknown color: approx Orchid. HEX triplet: C2, 7D and CC. RGB value is (194,125,204). Sum of RGB (Red+Green+Blue) = 194+125+204=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCC is #3D8233. Grayscale: #9A9A9A. Windows color (decimal): -4031028 or 13401538. OLE color: 13401538.

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

Color convert

RGB194125204-
CMYK0.050.3900.2
HSL292.41º43.65%64.51%-
HSV(B)292.41º38.73%80%-
XYZ40.4830.560.88-
YUV154.64155.86156.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=37.09%
G=23.90%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941252040.050.3900.2292.4143.6564.51
HexC27DCC5270141242c41
Octal30217531454702444454101
Binary110000101111101110011001011001110101001001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DCC; }

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

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

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

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

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

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

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

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