#C67FE4

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

Shades of Wisteria #C67FE4

Tints of Wisteria #C67FE4

Color information

#C67FE4 (or 0xC67FE4) is unknown color: approx Wisteria. HEX triplet: C6, 7F and E4. RGB value is (198,127,228). Sum of RGB (Red+Green+Blue) = 198+127+228=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #C67FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FE4 is #39801B. Grayscale: #9F9F9F. Windows color (decimal): -3768348 or 14974918. OLE color: 14974918.

HSL color Cylindrical-coordinate representation of color #C67FE4: hue angle of 282.18º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67FE4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB198127228-
CMYK0.130.4400.11
HSL282.18º65.16%69.61%-
HSV(B)282.18º44.3%89.41%-
XYZ44.8832.7977.36-
YUV159.74166.52155.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=35.80%
G=22.97%
B=41.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981272280.130.4400.11282.1865.1669.61
HexC67FE4D2C0B11a4146
Octal3061773441554013432101106
Binary1100011011111111110010011011011000101110001101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FE4; }

 p { color: rgb(198,127,228); }

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

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

 a { background-color: rgb(198,127,228); }

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

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

 span { border-color: rgb(198,127,228); }

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