#C180CE

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

Shades of Orchid #C180CE

Tints of Orchid #C180CE

Color information

#C180CE (or 0xC180CE) is unknown color: approx Orchid. HEX triplet: C1, 80 and CE. RGB value is (193,128,206). Sum of RGB (Red+Green+Blue) = 193+128+206=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C180CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CE is #3E7F31. Grayscale: #9C9C9C. Windows color (decimal): -4095794 or 13533377. OLE color: 13533377.

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

Color convert

RGB193128206-
CMYK0.060.3800.19
HSL290º44.32%65.49%-
HSV(B)290º37.86%80.78%-
XYZ40.8531.2362.27-
YUV156.33156.03154.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=36.62%
G=24.29%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931282060.060.3800.1929044.3265.49
HexC180CE6260131222c41
Octal30120031664602344254101
Binary1100000110000000110011101101001100100111001000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180CE; }

 p { color: rgb(193,128,206); }

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

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

 a { background-color: rgb(193,128,206); }

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

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

 span { border-color: rgb(193,128,206); }

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