#C27BCA

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

Shades of Orchid #C27BCA

Tints of Orchid #C27BCA

Color information

#C27BCA (or 0xC27BCA) is unknown color: approx Orchid. HEX triplet: C2, 7B and CA. RGB value is (194,123,202). Sum of RGB (Red+Green+Blue) = 194+123+202=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCA is #3D8435. Grayscale: #989898. Windows color (decimal): -4031542 or 13269954. OLE color: 13269954.

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

Color convert

RGB194123202-
CMYK0.040.3900.21
HSL293.92º42.7%63.73%-
HSV(B)293.92º39.11%79.22%-
XYZ39.9929.959.54-
YUV153.23155.52157.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=37.38%
G=23.70%
B=38.92%

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
Decimal1941232020.040.3900.21293.9242.763.73
HexC27BCA4270151262b40
Octal30217331244702544653100
Binary110000101111011110010101001001110101011001001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BCA; }

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

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

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

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

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

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

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

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