#C680CA

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

Shades of Orchid #C680CA

Tints of Orchid #C680CA

Color information

#C680CA (or 0xC680CA) is unknown color: approx Orchid. HEX triplet: C6, 80 and CA. RGB value is (198,128,202). Sum of RGB (Red+Green+Blue) = 198+128+202=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C680CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CA is #397F35. Grayscale: #9D9D9D. Windows color (decimal): -3768118 or 13271238. OLE color: 13271238.

HSL color Cylindrical-coordinate representation of color #C680CA: hue angle of 296.76º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C680CA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198128202-
CMYK0.020.3700.21
HSL296.76º41.11%64.71%-
HSV(B)296.76º36.63%79.22%-
XYZ41.6731.7159.8-
YUV157.37153.19156.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=37.5%
G=24.24%
B=38.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981282020.020.3700.21296.7641.1164.71
HexC680CA2250151292941
Octal30620031224502545151101
Binary110001101000000011001010101001010101011001010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680CA; }

 p { color: rgb(198,128,202); }

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

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

 a { background-color: rgb(198,128,202); }

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

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

 span { border-color: rgb(198,128,202); }

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