#C27BBE

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

Shades of Orchid #C27BBE

Tints of Orchid #C27BBE

Color information

#C27BBE (or 0xC27BBE) is unknown color: approx Orchid. HEX triplet: C2, 7B and BE. RGB value is (194,123,190). Sum of RGB (Red+Green+Blue) = 194+123+190=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BBE is #3D8441. Grayscale: #979797. Windows color (decimal): -4031554 or 12483522. OLE color: 12483522.

HSL color Cylindrical-coordinate representation of color #C27BBE: hue angle of 303.38º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BBE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194123190-
CMYK00.370.020.24
HSL303.38º36.79%62.16%-
HSV(B)303.38º36.6%76.08%-
XYZ38.6329.3552.35-
YUV151.87149.52158.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=38.26%
G=24.26%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412319000.370.020.24303.3836.7962.16
HexC27BBE02521812f253e
Octal3021732760452304574576
Binary1100001011110111011111001001011011000100101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BBE; }

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

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

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

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

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

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

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

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