#C27DCF

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

Shades of Orchid #C27DCF

Tints of Orchid #C27DCF

Color information

#C27DCF (or 0xC27DCF) is unknown color: approx Orchid. HEX triplet: C2, 7D and CF. RGB value is (194,125,207). Sum of RGB (Red+Green+Blue) = 194+125+207=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCF is #3D8230. Grayscale: #9A9A9A. Windows color (decimal): -4031025 or 13598146. OLE color: 13598146.

HSL color Cylindrical-coordinate representation of color #C27DCF: hue angle of 290.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27DCF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194125207-
CMYK0.060.4000.19
HSL290.49º46.07%65.1%-
HSV(B)290.49º39.61%81.18%-
XYZ40.8430.6462.79-
YUV154.98157.36155.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=36.88%
G=23.76%
B=39.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941252070.060.4000.19290.4946.0765.1
HexC27DCF6280131222e41
Octal30217531765002344256101
Binary110000101111101110011111101010000100111001000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DCF; }

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

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

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

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

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

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

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

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