#C27DCD

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

Shades of Orchid #C27DCD

Tints of Orchid #C27DCD

Color information

#C27DCD (or 0xC27DCD) is unknown color: approx Orchid. HEX triplet: C2, 7D and CD. RGB value is (194,125,205). Sum of RGB (Red+Green+Blue) = 194+125+205=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCD is #3D8232. Grayscale: #9A9A9A. Windows color (decimal): -4031027 or 13467074. OLE color: 13467074.

HSL color Cylindrical-coordinate representation of color #C27DCD: hue angle of 291.75º 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 #C27DCD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194125205-
CMYK0.050.3900.20
HSL291.75º44.44%64.71%-
HSV(B)291.75º39.02%80.39%-
XYZ40.630.5461.51-
YUV154.75156.36156-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=37.02%
G=23.85%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941252050.050.3900.20291.7544.4464.71
HexC27DCD5270141242c41
Octal30217531554702444454101
Binary110000101111101110011011011001110101001001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DCD; }

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

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

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

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

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

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

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

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