#C68AF9

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

Shades of Wisteria #C68AF9

Tints of Wisteria #C68AF9

Color information

#C68AF9 (or 0xC68AF9) is unknown color: approx Wisteria. HEX triplet: C6, 8A and F9. RGB value is (198,138,249). Sum of RGB (Red+Green+Blue) = 198+138+249=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C68AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AF9 is #397506. Grayscale: #A8A8A8. Windows color (decimal): -3765511 or 16353990. OLE color: 16353990.

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

Color convert

RGB198138249-
CMYK0.200.4500.02
HSL272.43º90.24%75.88%-
HSV(B)272.43º44.58%97.65%-
XYZ49.4837.0294.16-
YUV168.59173.38148.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 138 (54.30% from 255) = 23.59%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=33.85%
G=23.59%
B=42.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981382490.200.4500.02272.4390.2475.88
HexC68AF9142D021105a4c
Octal306212371245502420132114
Binary1100011010001010111110011010010110101010001000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AF9; }

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

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

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

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

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

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

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

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