#C27BCC

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

Shades of Orchid #C27BCC

Tints of Orchid #C27BCC

Color information

#C27BCC (or 0xC27BCC) is unknown color: approx Orchid. HEX triplet: C2, 7B and CC. RGB value is (194,123,204). Sum of RGB (Red+Green+Blue) = 194+123+204=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCC is #3D8433. Grayscale: #999999. Windows color (decimal): -4031540 or 13401026. OLE color: 13401026.

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

Color convert

RGB194123204-
CMYK0.050.4000.2
HSL292.59º44.26%64.12%-
HSV(B)292.59º39.71%80%-
XYZ40.2329.9960.8-
YUV153.46156.52156.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 123 (48.44% from 255) = 23.61%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=37.24%
G=23.61%
B=39.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941232040.050.4000.2292.5944.2664.12
HexC27BCC5280141252c40
Octal30217331455002444554100
Binary110000101111011110011001011010000101001001001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BCC; }

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

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

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

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

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

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

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

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