#C27DD6

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

Shades of Orchid #C27DD6

Tints of Orchid #C27DD6

Color information

#C27DD6 (or 0xC27DD6) is unknown color: approx Orchid. HEX triplet: C2, 7D and D6. RGB value is (194,125,214). Sum of RGB (Red+Green+Blue) = 194+125+214=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #C27DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DD6 is #3D8229. Grayscale: #9B9B9B. Windows color (decimal): -4031018 or 14056898. OLE color: 14056898.

HSL color Cylindrical-coordinate representation of color #C27DD6: hue angle of 286.52º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27DD6 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194125214-
CMYK0.090.4200.16
HSL286.52º52.05%66.47%-
HSV(B)286.52º41.59%83.92%-
XYZ41.7230.9967.4-
YUV155.78160.86155.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 214 (83.98% from 255) = 40.15%
R=36.40%
G=23.45%
B=40.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941252140.090.4200.16286.5252.0566.47
HexC27DD692A01011f3442
Octal302175326115202043764102
Binary1100001011111011101011010011010100100001000111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DD6; }

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

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

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

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

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

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

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

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