#c180cd

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

Shades of Orchid #C180CD

Tints of Orchid #C180CD

Color information

#C180CD (or 0xC180CD) is unknown color: approx Orchid. HEX triplet: C1, 80 and CD. RGB value is (193,128,205). Sum of RGB (Red+Green+Blue) = 193+128+205=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C180CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CD is #3E7F32. Grayscale: #9B9B9B. Windows color (decimal): -4095795 or 13467841. OLE color: 13467841.

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

Color convert

RGB193128205-
CMYK0.060.3800.20
HSL290.65º43.5%65.29%-
HSV(B)290.65º37.56%80.39%-
XYZ40.7331.1861.63-
YUV156.21155.53154.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=36.69%
G=24.33%
B=38.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931282050.060.3800.20290.6543.565.29
HexC180CD6260141232c41
Octal30120031564602444354101
Binary1100000110000000110011011101001100101001001000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c180cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c180cd; }

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

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

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

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

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

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

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

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