#C68AFA

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

Shades of Wisteria #C68AFA

Tints of Wisteria #C68AFA

Color information

#C68AFA (or 0xC68AFA) is unknown color: approx Wisteria. HEX triplet: C6, 8A and FA. RGB value is (198,138,250). Sum of RGB (Red+Green+Blue) = 198+138+250=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFA is #397505. Grayscale: #A8A8A8. Windows color (decimal): -3765510 or 16419526. OLE color: 16419526.

HSL color Cylindrical-coordinate representation of color #C68AFA: hue angle of 272.14º degrees, saturation: 0.92, 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 #C68AFA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198138250-
CMYK0.210.4500.02
HSL272.14º91.8%76.08%-
HSV(B)272.14º44.8%98.04%-
XYZ49.6337.0894.98-
YUV168.71173.88148.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=33.79%
G=23.55%
B=42.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981382500.210.4500.02272.1491.876.08
HexC68AFA152D021105c4c
Octal306212372255502420134114
Binary1100011010001010111110101010110110101010001000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AFA; }

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

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

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

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

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

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

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

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