#C68BF9

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

Shades of Wisteria #C68BF9

Tints of Wisteria #C68BF9

Color information

#C68BF9 (or 0xC68BF9) is unknown color: approx Wisteria. HEX triplet: C6, 8B and F9. RGB value is (198,139,249). Sum of RGB (Red+Green+Blue) = 198+139+249=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C68BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BF9 is #397406. Grayscale: #A8A8A8. Windows color (decimal): -3765255 or 16354246. OLE color: 16354246.

HSL color Cylindrical-coordinate representation of color #C68BF9: hue angle of 272.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68BF9 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198139249-
CMYK0.200.4400.02
HSL272.18º90.16%76.08%-
HSV(B)272.18º44.18%97.65%-
XYZ49.6237.3194.21-
YUV169.18173.05148.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=33.79%
G=23.72%
B=42.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981392490.200.4400.02272.1890.1676.08
HexC68BF9142C021105a4c
Octal306213371245402420132114
Binary1100011010001011111110011010010110001010001000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BF9; }

 p { color: rgb(198,139,249); }

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

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

 a { background-color: rgb(198,139,249); }

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

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

 span { border-color: rgb(198,139,249); }

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