#C67DE1

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

Shades of Wisteria #C67DE1

Tints of Wisteria #C67DE1

Color information

#C67DE1 (or 0xC67DE1) is unknown color: approx Wisteria. HEX triplet: C6, 7D and E1. RGB value is (198,125,225). Sum of RGB (Red+Green+Blue) = 198+125+225=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #C67DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DE1 is #39821E. Grayscale: #9D9D9D. Windows color (decimal): -3768863 or 14777798. OLE color: 14777798.

HSL color Cylindrical-coordinate representation of color #C67DE1: hue angle of 283.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67DE1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198125225-
CMYK0.120.4400.12
HSL283.8º62.5%68.63%-
HSV(B)283.8º44.44%88.24%-
XYZ44.2132.1175.1-
YUV158.23165.68156.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=36.13%
G=22.81%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981252250.120.4400.12283.862.568.63
HexC67DE1C2C0C11c3e45
Octal306175341145401443476105
Binary110001101111101111000011100101100011001000111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DE1; }

 p { color: rgb(198,125,225); }

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

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

 a { background-color: rgb(198,125,225); }

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

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

 span { border-color: rgb(198,125,225); }

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